- 07 Jan, 2003 12 commits
- 
- 
Bruce Momjian authored
- 
Bruce Momjian authored
- 
Tom Lane authored
- 
Tom Lane authored(ie, the one with describe-schema support). Minor code review. Adjust display of casts to use standard type names. 
- 
Bruce Momjian authored
- 
Bruce Momjian authored
- 
Bruce Momjian authored
- 
Bruce Momjian authored
- 
Bruce Momjian authored
- 
Bruce Momjian authored
- 
Bruce Momjian authored
- 
Tom Lane authoredpreviously determined not to be the last segment of a relation. This reduces the expected cost to one seek, rather than one seek per segment. We can get away with this because truncation of a relation will cause a relcache flush and so the md.c file descriptor will be closed; when it is re-opened we will re-determine the last segment. 
 
- 
- 06 Jan, 2003 10 commits
- 
- 
Bruce Momjian authored
- 
Peter Eisentraut authored
- 
Peter Eisentraut authored
- 
Bruce Momjian authored
- 
Bruce Momjian authored
- 
Bruce Momjian authored
- 
Bruce Momjian authored
- 
Bruce Momjian authoredif the OS supports it. Code will still compile on non-IPv6-aware machines (feature added by Bruce). Nigel Kukard 
- 
Tom Lane authoredrequired if a datatype is to be accepted by GROUP BY, DISTINCT, or ORDER BY. This is documentation for code changes made pursuant to pgsql-hackers discussion around 29-Nov-02. 
- 
Tom Lane authored
 
- 
- 05 Jan, 2003 2 commits
- 
- 
Peter Eisentraut authoredthe rationale. 
- 
Tom Lane authoredmatch parent table. This used to work, but was broken in 7.3 by rearrangement of code that handles targetlist sorting. Add a regression test to catch future breakage. 
 
- 
- 04 Jan, 2003 1 commit
- 
- 
Tom Lane authoredpatches of 9-Dec (permissions fix) and 13-Dec (performance) as well as a partial fix for locking issues: concurrent DROP COLUMN should not create trouble anymore. But concurrent DROP TABLE is still a risk, and there is no protection at all against creating a column of a domain while we are altering the domain. 
 
- 
- 03 Jan, 2003 1 commit
- 
- 
Hiroshi Inoue authoredreload the type. 
 
- 
- 02 Jan, 2003 3 commits
- 
- 
Bruce Momjian authored
- 
Tom Lane authoredcolumns in DefineIndex. So, ALTER TABLE ... PRIMARY KEY will now automatically add the NOT NULL constraint. It appeared the alter_table regression test wanted this to occur, as after the change the regression test better matched in inline 'fails'/'succeeds' comments. Rod Taylor 
- 
Bruce Momjian authoredBackpatch to 7.3.X. 
 
- 
- 01 Jan, 2003 3 commits
- 
- 
Tom Lane authoredtarget function. Also, move SetQuerySnapshot() call to avoid assert failure when a fastpath call is attempted in an aborted transaction. 
- 
Tom Lane authoredit diverged from netbsd.h and openbsd.h. This has now been confirmed. Accordingly, make all three exactly alike. 
- 
Bruce Momjian authored< * Have DEFAULT dependency track use of sequence, for DROP DEFAULT check > * Disallow changing default expression of a SERIAL column 
 
- 
- 31 Dec, 2002 2 commits
- 
- 
Bruce Momjian authored> * Have DEFAULT dependency track use of sequence, for DROP DEFAULT check 
- 
Hiroshi Inoue authored
 
- 
- 30 Dec, 2002 6 commits
- 
- 
Tom Lane authoredneeded). Some desultory const-ification of SPI interface to support this. 
- 
Bruce Momjian authoredof the libpq interface static and dynamic libraries with the freely downloadable Borland C++ compiler version 5.5 and/or C++ Builder. Lester Godwin 
- 
Tom Lane authored
- 
Tom Lane authoredstop/start nesting, other infelicities. 
- 
Tom Lane authoredit took 'em this long to realize it's needed...) 
- 
Bruce Momjian authoredbeginning/end of cursor. Have MOVE return 0/1 depending on cursor position. Matches SQL spec. Pass cursor counter from parser as a long rather than int. Doc updates. 
 
-