Commit Graph

23168 Commits (e06fda0a8b6fa50ebd6183bfce4e8394dd8d7124)
 

Author SHA1 Message Date
Tom Lane e06fda0a8b Add a function GetLockConflicts() to lock.c to report xacts holding 20 years ago
Tom Lane ca1fd0ea5b Move xact.c's partial support for Lists of TransactionIds into pg_list.h. 20 years ago
Michael Meskes 99a5619e7b - Enabled single-quoted connection targets. 20 years ago
Tom Lane 162e8f1fd5 Make saveHistory work properly on OS X when HISTFILE is set to /dev/null. 20 years ago
Michael Meskes 445a61297e Changed double output. 20 years ago
Bruce Momjian 32883a5d3c Add blank line. 20 years ago
Bruce Momjian 29a517eac9 Add blank line.> 20 years ago
Bruce Momjian 9579acbe8b Add: 20 years ago
Bruce Momjian ad9674043a Add 'feedback' section heading to xml2. 20 years ago
Teodor Sigaev 74dbba701f Fix regression tests: after changing comparing function 20 years ago
Tom Lane e093dcdd28 Add the ability to create indexes 'concurrently', that is, without 20 years ago
Teodor Sigaev 8f91e2b607 Fix compare bug for tsvector: problem was in aligment. Per Stefan Kaltenbrunner <stefan@kaltenbrunner.cc> and Phil Frost <indigo@bitglue.com> 20 years ago
Bruce Momjian 726ede7370 Add: 20 years ago
Michael Meskes e96df81b17 Synced parser 20 years ago
Michael Meskes 8d9cf79437 Needed more stuff from c.h. 20 years ago
Michael Meskes e8d1dcbfde Fixed of by one variable size. 20 years ago
Michael Meskes b7d5a88dbb Need more defines in ecpg_config.h, patch sent by Rocco Altier <RoccoA@Routescape.com> 20 years ago
Tom Lane f836c2e37e Add some debug logging code to AllocateFile's failure path to log the 20 years ago
Bruce Momjian 6935652c34 Update XML2 documentation for xpath_table(). 20 years ago
Tom Lane 08ae5edc5c Optimize the case where a btree indexscan has current and mark positions 20 years ago
Bruce Momjian 7ad642d0b5 Add "AS" item: 20 years ago
Michael Meskes a6558b068d Somehow my version compiled but the change didn't make it to CVS. 20 years ago
Michael Meskes 184523bc81 Used autoconf 2.59 this time. 20 years ago
Michael Meskes 02c3cdbaad Argh, forgot the new file yet again. 20 years ago
Michael Meskes 9bade3ff84 Replaced double-quote-fix with a hopefully better version. 20 years ago
Bruce Momjian efdec1ac1b Update COPY/VIEW item: 20 years ago
Michael Meskes 54f5527606 Descriptor values were quoted twice. 20 years ago
Bruce Momjian a3132359fd In new "invalid byte sequence" error hint, call it "error", not 20 years ago
Bruce Momjian 77f2c78ea6 Add info for get_* functions: 20 years ago
Bruce Momjian e11cab650c Add hint for "invalid byte sequence for encoding" error message, 20 years ago
Tom Lane daebd5257c Ooops, ldap fix for win32 broke the non-win32 case. 20 years ago
Bruce Momjian 04b84f5a93 Generalize width_bucket() documentation because b1/b2 can be 20 years ago
Bruce Momjian f5caa1e9ec Add space between Win2000 and SP4. 20 years ago
Tom Lane 5405576a22 Fix encrypted-LDAP support so that it doesn't cause the server to fail 20 years ago
Tom Lane d7c310c1fa Minor code rearrangement to save a few cycles in RI_FKey_check when 20 years ago
Tom Lane 548237fc84 Remove obsolete tip about casting bool to int, per Taiki Yamaguchi. 20 years ago
Tom Lane 35af5422f6 Make the server track an 'XID epoch', that is, maintain higher-order bits 20 years ago
Bruce Momjian 1054c38069 Done: 20 years ago
Bruce Momjian fe5d213378 Remove items, not needed anymore: 20 years ago
Michael Meskes 333bc29fcb Fixed a few memory leaks. One indeed was part of a loop. 20 years ago
Tom Lane 2b2a50722c Fix all known problems with pg_dump's handling of serial sequences 20 years ago
Alvaro Herrera df18c51f29 Fix DROP OWNED BY to correctly consider the implicitly-deleted objects list for 20 years ago
Michael Meskes 4e23d6e07d Fixed a few trivial memory leaks reported by Coverity just to test my setup. 20 years ago
Michael Meskes fc19744e58 Added another test 20 years ago
Michael Meskes 84844bab2c More SoC stuff 20 years ago
Tom Lane fb9e56eea1 Suppress subquery pullup/pushdown when a subquery contains volatile 20 years ago
Tom Lane 9bf760f7de Add a 'waiting' column to pg_stat_activity to carry the same information 20 years ago
Andrew Dunstan 1be439084a Add installcheck-parallel target to top level makefiles. 20 years ago
Tom Lane 9a8920e1d7 Add PQdescribePrepared, PQdescribePortal, and related functions to libpq 20 years ago
Michael Meskes 46d61eb218 Fixed a buffer overrun that was masked on Linux systems. 20 years ago