Commit Graph

11313 Commits (3b2e94de84e0e41946da09333f189fee5f166299)

Author SHA1 Message Date
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
Michael Meskes d5740d7e26 Added DATABASE command as alias to CONNECT TO. 23 years ago
Bruce Momjian cde8bbc413 This patch makes the following changes to the documentation: 23 years ago
Bruce Momjian adc3b34b9c Here's the patch I promised over on HACKERS - it alters the 23 years ago
Bruce Momjian d0f3a7e9c4 - Modifies LOCKTAG to include a 'classId'. Relation receive a classId of 23 years ago
Bruce Momjian 81f6db4803 Allow PQcmdTuples to return row counts for MOVE and FETCH. 23 years ago
Bruce Momjian 1eb9fd49d1 Here's some changes I made last night to psql's common.c (as found in 23 years ago
Bruce Momjian 71f35f5916 At present it is impossible to kill createuser except with kill -9 23 years ago
Bruce Momjian a286f73210 The following patches eliminate the overflows in the j2date() and date2j() 23 years ago
Bruce Momjian 9ee8e7a39e Update README. 23 years ago
Tom Lane f690acf104 Async_NotifyHandler must save and restore ImmediateInterruptOK. Fixes 23 years ago
Bruce Momjian 32cc6cbe23 Rename 'holder' references to 'proclock' for PROCLOCK references, for 23 years ago
Michael Meskes 244d2d67a0 Added Informix "database" command. 23 years ago
Tom Lane 72933a92c7 Back off previous patch to skip projection step in scan plan nodes, 23 years ago
Tom Lane 51972a9d5d COALESCE() and NULLIF() are now first-class expressions, not macros 23 years ago
Tom Lane 0d7abfe7cf Marginal tweaks to make sure that roundoff error won't cause us to make 23 years ago
Tom Lane 056467ec6b Teach planner how to propagate pathkeys from sub-SELECTs in FROM up to 23 years ago
Bruce Momjian ba16df979c Propogate pg_ctl -D to the postmaster as a -D flag for identification by 23 years ago
Tom Lane 2dde90ad8d Fix SPI result logic for case where there are multiple statements of the 23 years ago
Bruce Momjian 3f6333357f Make pg_dump/restore safer for autocommit=off in postgresql.conf. 23 years ago
Michael Meskes 1005c993a6 In Informix mode ecpg should still be able to parse preprocessor directives. 23 years ago
Bruce Momjian 0e010a54a3 Update FAQ's in head and 7.3.X. 23 years ago
Michael Meskes 3a335375a9 - Synced parser and keyword file. 23 years ago
Tom Lane e8a10dc7e9 Fix some of the breakage from the IPV6 patch. 23 years ago
Tom Lane 874e8cef99 Remove bogus manipulation of SIGPIPE; the backend already runs with 23 years ago
Tom Lane 8eac198d5b Repair incorrect indexing for atttypmod, per Brad McLean. 23 years ago
Tom Lane 57892e74db Result of lo_read() is int, not size_t. Per Oleg Drokin. 23 years ago