Commit Graph

20182 Commits (184e7a73a5b65b040d5c6413ec249a2b47f321e7)
 

Author SHA1 Message Date
Bruce Momjian 11ab2b85d7 Add HTML TODO version to CVS. 21 years ago
Bruce Momjian 584693cc6d Add description about partial WAL archiving for PITR: 21 years ago
Bruce Momjian 41d64a185e Fix html. 21 years ago
Bruce Momjian f1e8b57731 Test new html tag. 21 years ago
Bruce Momjian c57a418ce6 Add: 21 years ago
Bruce Momjian d755688f24 Update PITR mention of which WAL files are needed. 21 years ago
Tom Lane db30652135 Initial implementation of lossy-tuple-bitmap data structures. 21 years ago
Bruce Momjian 18b985055d Clarify name of file to be checked for PITR expiring. 21 years ago
Bruce Momjian 1a6ad669fb Fix comment typo. 21 years ago
Tom Lane d8b1bf4791 Create a new 'MultiExecProcNode' call API for plan nodes that don't 21 years ago
Tom Lane 85eee28cec Minor improvements to locale documentation. 21 years ago
Tom Lane 5f0a974ea9 Reduce PANIC to ERROR in several xlog routines that are used in both 21 years ago
Tom Lane 61b861421b Modify MoveOfflineLogs/InstallXLogFileSegment to avoid O(N^2) behavior 21 years ago
Tom Lane 348f856dc5 Revert addition of poorly-thought-out DUMP TIMESTAMP archive entry, 21 years ago
Neil Conway 3fa7901070 This patch changes the use of varargs.h to stdarg.h as 21 years ago
Neil Conway ea208aca00 Remove an unused variable "waitingForSignal". From Qingqing Zhou. 21 years ago
Bruce Momjian ad9201f982 Done 21 years ago
Tom Lane 8e14408028 Make equalTupleDescs() compare attlen/attbyval/attalign rather than 21 years ago
Tom Lane 0453a997af Put back blessing of record-function tupledesc, which I removed in a 21 years ago
Tom Lane 939712ee73 Don't try to constant-fold functions returning RECORD, since the optimizer 21 years ago
Tom Lane b79a718fac Must count '*' characters as potential arguments. 21 years ago
Tom Lane 055467d504 Marginal hack to use a specialized hash function for dynahash hashtables 21 years ago
Tom Lane 162bd08b3f Completion of project to use fixed OIDs for all system catalogs and 21 years ago
Michael Meskes 9dc2e6deaf Added patch by Philip Yarra <philip.yarra@internode.on.net> for a bug in thread support. 21 years ago
Tom Lane 7c13781ee7 First phase of project to use fixed OIDs for all system catalogs and 21 years ago
Tom Lane 2193a856a2 Simplify initdb-time assignment of OIDs as I proposed yesterday, and 21 years ago
Tom Lane 2fdf9e0be6 Change addRangeTableEntryForRelation() to take a Relation pointer instead 21 years ago
Tom Lane 45c79a3094 Revert yesterday's change to make pg_cast.h say 'OID = 0' in DATA entries. 21 years ago
Neil Conway 6853a37a83 Minor consistency improvement to the documentation on array functions. 21 years ago
Tom Lane 2662d0fb62 Adjust pg_cast.h so that the OIDs assigned to built-in casts come from 21 years ago
Tom Lane dffab0c88d Remove unnecessary UPDATE commands to assign explicit ACLs to functions 21 years ago
Peter Eisentraut c580d94541 Revert mistaken renaming of UTF-8. 21 years ago
Tom Lane 7ace43e0c2 Fix oversight in MIN/MAX optimization: must not return NULL entries 21 years ago
Tom Lane 2e7a68896b Add aggsortop column to pg_aggregate, so that MIN/MAX optimization can 21 years ago
Tom Lane 3803f24379 Fix broken markup. 21 years ago
Tom Lane addc42c339 Create the planner mechanism for optimizing simple MIN and MAX queries 21 years ago
Tom Lane c3294f1cbf Fix interaction between materializing holdable cursors and firing 21 years ago
Tom Lane 0c400f1bbc PersistHoldablePortal must establish the correct value for ActiveSnapshot 21 years ago
Bruce Momjian 72fd559037 Update to XHTML. 21 years ago
Tom Lane acde8b3cab Make constant-folding produce sane output for COALESCE(NULL,NULL), 21 years ago
Tom Lane 6985592967 Split out into a separate function the code in grouping_planner() that 21 years ago
Tom Lane 313de22c85 SQL functions returning pass-by-reference types were copying the results 21 years ago
Bruce Momjian 9427cceb07 Done: 21 years ago
Bruce Momjian 0e2f88a6d5 We don't put URL's in ulink's because the URL is always generated, but 21 years ago
Tom Lane badb83f9ec If we're going to have a non-panic check for held_lwlocks[] overrun, 21 years ago
Tom Lane e794dfa511 Use an always-there test, not an Assert, to check for overrun of 21 years ago
Neil Conway eb4b7a0b77 Change the default setting of "add_missing_from" to false. This has been 21 years ago
Neil Conway f53cd94a78 Use fork_process() to avoid some fork()-related boilerplate code when 21 years ago
Tom Lane 26f831a950 Update and copy-edit release notes for 8.0.2. 21 years ago
Tom Lane 988dec0518 Fix some issues with missing or too many newlines at 21 years ago