Commit Graph

25065 Commits (a69f9028b573e18f1e8b525dbe0f9fbaac28414c)
 

Author SHA1 Message Date
Tom Lane bc8036fc66 Support arrays of composite types, including the rowtypes of regular tables 19 years ago
Michael Meskes b1110aaa8b Added some more error logging. 19 years ago
Michael Meskes 1aca1cde52 - Synced parser and keyword list 19 years ago
Tom Lane 5b7cf08d33 Reserve some pg_statistic "kind" codes for use by the ESRI ST_Geometry 19 years ago
Neil Conway ade493e02d Add a hash function for "numeric". Mark the equality operator for 19 years ago
Tom Lane 97f796942f Add an explicit comment about POSIX time zone names having the reverse 19 years ago
Peter Eisentraut 3b4f9fe5d2 The appended patch addresses the outstanding issues of the recent guc patch. 19 years ago
Alvaro Herrera 067deaf83d Make sure we don't skip databases that are supposed to be vacuumed "exactly 19 years ago
Peter Eisentraut e292090b59 Grammar correction 19 years ago
Neil Conway 3a96742ad2 Doc tweak: add an xref. 19 years ago
Magnus Hagander 343a9a27a9 Check return code from strxfrm on Windows since it has a 19 years ago
Bruce Momjian 4835df303d Done: 19 years ago
Bruce Momjian dc9d3947e6 Move item: 19 years ago
Bruce Momjian b573fec82b Done: 19 years ago
Bruce Momjian aec9dc0efe Wording update to FAQ_DEV.. 19 years ago
Bruce Momjian 799bd9e8c8 Add note to FAQ_DEV that regression tests might need to be added. 19 years ago
Bruce Momjian 6488275b49 In developer's FAQ, update list API, from Tom Lane. 19 years ago
Bruce Momjian 1b57f0e3da Add FAQ item about how patches are reviewed. 19 years ago
Bruce Momjian 71f8127bc6 Done: 19 years ago
Tom Lane d2a4a4069f Add a line to the EXPLAIN ANALYZE output for a Sort node, showing the 19 years ago
Tom Lane c7464720a3 tas() support for Renesas' M32R processor. Kazuhiro Inaoka 19 years ago
Andrew Dunstan 774de1d90a Make clearer how arguments and return values in pl/perl are escaped. This is to clarify the situation that Theo Schlossnagle recently reported on -bugs. 19 years ago
Tom Lane fab789eac9 Suppress a recently-introduced 'variable might be clobbered by longjmp' warning. 19 years ago
Tom Lane 79ca7ffeb6 A few fixups in error handling: mark pg_re_throw() as noreturn for gcc, 19 years ago
Tom Lane d26559dbf3 Teach tuplesort.c about "top N" sorting, in which only the first N tuples 19 years ago
Tom Lane 0fef38da21 Tweak hash index AM to use the new ReadOrZeroBuffer bufmgr API when fetching 19 years ago
Alvaro Herrera 1aefa0489f Fix a few more double words in docs. 19 years ago
Neil Conway 75b4ee1cd1 Fix some typos in the documentation. Patch from Brian Gough. Backport 19 years ago
Magnus Hagander 40f7b9e169 Release builds generate different strangely formatted export names 19 years ago
Tom Lane 63735ca815 Dept. of second thoughts: add comments cautioning against using 19 years ago
Tom Lane 8c3cc86e7b During WAL recovery, when reading a page that we intend to overwrite completely 19 years ago
Tom Lane 8ec943856a Fix things so that when CREATE INDEX CONCURRENTLY sets pg_index.indisvalid 19 years ago
Alvaro Herrera 229d33801d Use the new TimestampDifferenceExceeds API instead of timestamp_cmp_internal 19 years ago
Alvaro Herrera a115bfe3b9 Fix failure to check for INVALID worker entry in the new autovacuum code, which 19 years ago
Tom Lane 88f1fd2989 Fix oversight in PG_RE_THROW processing: it's entirely possible that there 19 years ago
Magnus Hagander d6013a34f2 Add wrapper script around install.pl that calls buildenv.bat before doing 19 years ago
Tom Lane b4349519c1 Fix a thinko in my patch of a couple months ago for bug #3116: it did the 19 years ago
Tom Lane c432061963 Change the timestamps recorded in transaction commit/abort xlog records 19 years ago
Tom Lane 641912b4d1 Fix oversight in my patch of yesterday: forgot to ensure that stats would 19 years ago
Tom Lane 957d08c81f Implement rate-limiting logic on how often backends will attempt to send 19 years ago
Tom Lane 57b82bf324 Marginal performance hack: use a dedicated routine instead of copyObject 19 years ago
Tom Lane afaa6b9821 Marginal performance hack: avoid unnecessary work in expression_tree_mutator. 19 years ago
Tom Lane 39a333aa2b Marginal performance hack: remove the loop that used to be needed to 19 years ago
Bruce Momjian b1a1ea49da Update to 8.4: 19 years ago
Bruce Momjian 5e95fc0c8b Pl/pgsql MOVE done: 19 years ago
Neil Conway 8690ebc26f Support for MOVE in PL/PgSQL. Initial patch from Magnus, some improvements 19 years ago
Neil Conway f2321a3f37 Add support for IN as alternative to FROM in PL/PgSQL's FETCH statement, 19 years ago
Tom Lane bbbe825f5f Modify processing of DECLARE CURSOR and EXPLAIN so that they can resolve the 19 years ago
Neil Conway a264671116 Remove no-longer-true statement from the docs. Since the default config 19 years ago
Magnus Hagander 6cc02136a4 Properly set MODULE_PATHNAME based on module name instead of incorrectly based 19 years ago