Commit Graph

14712 Commits (b9e8ffcd5d1a3d45b2f697ea944931f56367c86b)
 

Author SHA1 Message Date
Tom Lane b9e8ffcd5d pg_restore failed to restore blobs if -X disable-triggers is specified. 23 years ago
Tom Lane dd04e958c8 tuplestore_donestoring() isn't needed anymore, but provide a no-op 23 years ago
Tom Lane aa60eecc37 Revise tuplestore and nodeMaterial so that we don't have to read the 23 years ago
Barry Lind 05a966fca4 Applied patch from Paul Sorenson to correctly handle schema names in updateable result sets. 23 years ago
Bruce Momjian f93672e2c9 Not done: 23 years ago
Bruce Momjian b4bb288e5b Reorder items and mark some as completed. 23 years ago
Barry Lind 6ee060f201 Cleanup and reorganization. 23 years ago
Bruce Momjian 2e6887df63 Add to mmap emails. 23 years ago
Bruce Momjian b7e089fdbb Update FAQ. 23 years ago
Bruce Momjian 650a854936 Update Russian FAQ, from Viktor Vislobokov. 23 years ago
Tom Lane f7cffbbbd7 Tweak dependency code to suppress NOTICEs generated by new method for 23 years ago
Tom Lane 0c693b4926 Add missing --globals-only (long form of -g). 23 years ago
Bruce Momjian 086c0712a7 Add: 23 years ago
Bruce Momjian 601a2c970c Add for protocol changes: 23 years ago
Bruce Momjian 4144c7b629 Remove: 23 years ago
Bruce Momjian 17bb6b3792 Done: 23 years ago
Tom Lane 1d57374114 Use poll(2) in preference to select(2), if available. This solves 23 years ago
Bruce Momjian 235d5fa666 Add: 23 years ago
Tom Lane 4b6c198a6a Add code to dump contents of free space map into $PGDATA/global/pg_fsm.cache 23 years ago
Tom Lane 21591967bc Turns out new IN implementation has got some problems in an UPDATE or 23 years ago
Tom Lane 147fbf9c6e Repair bug reported by Laurent Perez: bad plan generated when UPDATE or 23 years ago
Tom Lane 391eb5e5b6 Reimplement free-space-map management as per recent discussions. 23 years ago
Tom Lane a455c94257 Prevent clustering on incomplete indexes: partial indexes are verboten, 23 years ago
Tom Lane d28cd2273b Improve description of geometric operators. 23 years ago
Tom Lane b9ddb63307 Correct/edit comments for geometric operators. No change except to 23 years ago
Tom Lane 30a695d356 Be smart about outer-join qualifications that mention only one side of 23 years ago
Tom Lane a1dbe521bc Repair memory leak introduced by recent change to make SPI return a 23 years ago
Tom Lane 191ef2b407 Change EXTRACT(EPOCH FROM timestamp) so that a timestamp without time zone 23 years ago
Barry Lind 3d1a1e85cf up build number to 202 for a new development build 23 years ago
Barry Lind 4c943c87c1 A little cleanup. Removing an unnecessary method. 23 years ago
Barry Lind 1cc55168d7 Added support for SSL in the jdbc driver 23 years ago
D'Arcy J.M. Cain 9ff872a272 The quote function should return a string suitable for dropping into a 23 years ago
Tom Lane 84666801ed Remove REWRITE_INVOKE_MAX in favor of making an accurate check for 23 years ago
Michael Meskes aedd189a5c Allow SET CONNECTION to be followed by connection object without leading "TO" or "=". 23 years ago
Tom Lane bf3e675384 Avoid using a separate query to fetch the default expressions for 23 years ago
Tom Lane 0797bb5c50 During VACUUM FULL, truncate off any deletable pages that are at the 23 years ago
Tom Lane 3981f2195f Remove no-longer-used FixBTree GUC variable. 23 years ago
Tom Lane 61b22d3aab btree page recycling can be done as soon as page's next-xact label is 23 years ago
Tom Lane 3bbd6af37c Adjust btbulkdelete logic so that only one WAL record is issued while 23 years ago
Tom Lane 13dadef8b5 Improve coding of log_heap_clean() and heap_xlog_clean(). 23 years ago
Tom Lane 88dc31e3f2 First cut at recycling space in btree indexes. Still some rough edges 23 years ago
Tom Lane 27854915b9 If a shutdown request comes in while we're still starting up, don't 23 years ago
Tom Lane 80d6a277c9 Simplify timezone-handling code per proposal to pghackers: get rid of 23 years ago
Tom Lane 799bc58dc7 More infrastructure for btree compaction project. Tree-traversal code 23 years ago
Tom Lane 4fff132d1b Revert patch that broke \d commands, until it can be fixed. 23 years ago
Michael Meskes 03829995cd Forgot to commit Makefile change. 23 years ago
Tom Lane 70508ba7ae Make btree index structure adjustments and WAL logging changes needed to 23 years ago
Tom Lane 4df0f1d26f Fix timestamptz_in so that parsing of 'now'::timestamptz gives right 23 years ago
Bruce Momjian 69c049cef4 Back out LOCKTAG changes by Rod Taylor, pending code review. Sorry. 23 years ago
Tatsuo Ishii e2a618fe25 Fix for GUC client_encoding variable not being handled 23 years ago