Commit Graph

16285 Commits (17841ddbbf48706c13b4388cf6d8e4255f4a781c)
 

Author SHA1 Message Date
Tom Lane 17841ddbbf Improve error reporting in parseTypeString(), motivated by confusing 23 years ago
Michael Meskes 3b72087bf6 Install dummy sqlda.h file since this is needed for compatibility. 23 years ago
Tom Lane 41e6e36719 When building shared libraries on HPUX with gcc, forcibly include -lgcc 23 years ago
Tom Lane 6f169057de Save_r, Save_t should be static not global variables. 23 years ago
Tom Lane 5319ba3803 Update README file to show 7.4 oidjoins relationships. The regression 23 years ago
Tom Lane 9dfdbef345 Adjust libpq to avoid deadlock when both client and server want to send 23 years ago
Michael Meskes d5353acbc3 Check for both Informix modes when parsing include files. 23 years ago
Peter Eisentraut 9d77708d83 Cleanup on --help-config: Now called --describe-config, no further options, 23 years ago
Tom Lane e341cdb085 Further work on information_schema. _pg_keyissubset() wasn't quite 23 years ago
Tom Lane eda80f09ff Repair interaction between IN-join processing and subselect pullup that 23 years ago
Tom Lane c02036b1d8 Simplify loop test to avoid bug in AIX compiler, per Andreas. 23 years ago
Peter Eisentraut 9ea6d0fc80 Information schema fixes: 23 years ago
Tom Lane f2f7107024 Must free the pgParameterStatus chain in freePGconn(). My fault, 23 years ago
Tom Lane 0a4048646b Document all the system views created by initdb (several of these were 23 years ago
Tom Lane e5c2c97892 Add a listing of our SQLSTATE error codes to the documentation. 23 years ago
Tom Lane 34ed505966 Fix busted markup. 23 years ago
Tom Lane bbba5080b5 Fix elog tab-insertion code to insert tabs only where wanted. 23 years ago
Peter Eisentraut 1b7ac7f130 Remove automatic '()' in other branch of UNION as well. 23 years ago
Tom Lane fe1b5034dd Adjust display of actual runtimes in EXPLAIN output to use three fractional 23 years ago
Tom Lane fa2356a1ac Use pg_get_constraintdef() rather than pg_constraint.consrc; this is 23 years ago
Tom Lane dec4ed311a Add note deprecating use of consrc. 23 years ago
Peter Eisentraut 44430dbc15 Fix bugs in referential_constraints view. 23 years ago
Peter Eisentraut 4a48c671d2 There should not be an automatic '()' after a function name when 23 years ago
Tom Lane 52b59a7bec Set attstattarget to -1 for all system catalog columns. All but a few 23 years ago
Tom Lane 64c1fc7257 Avoid division by zero in estimate_num_groups() when table has no rows. 23 years ago
Tom Lane 624292aa35 Ensure that all places that are complaining about exhaustion of shared 23 years ago
Tom Lane 2ec74435cd Cause tab completion to do something moderately reasonable with mixed-case 23 years ago
Bruce Momjian 9ad637f749 Add mention of SIGHUP on the postmaster manual page. 23 years ago
Tom Lane 90b2202975 Fix bad interaction between NOTIFY processing and V3 extended query 23 years ago
Tom Lane 839cea8814 Minor copy-editing. 23 years ago
Bruce Momjian a9c1ff66da Add: 23 years ago
Bruce Momjian 60feaa261f Fix SGML markup. 23 years ago
Bruce Momjian 352f29b17b This patch adds another item to the "migration to 7.4" list in the 23 years ago
Bruce Momjian 62fdc3dd60 I have run pg_autovacuum on AIX, so that can, at least loosely, be 23 years ago
Tom Lane 37278c063f Cause the default CFLAGS to be -O2 -fno-strict-aliasing when using gcc, 23 years ago
Peter Eisentraut 3992f1c50b Translation updates 23 years ago
Peter Eisentraut e9b2b56c23 New translation 23 years ago
Peter Eisentraut 578774d5f5 Translation update 23 years ago
Peter Eisentraut dee5b779fa New translation 23 years ago
Tom Lane 77c1791a58 Use PQescapeString to ensure that tab-completion queries are not messed 23 years ago
Bruce Momjian 2a0f1c08d5 Remove void* in MemSet until we understand the gcc 3.3.1 problem better. 23 years ago
Bruce Momjian fca71f4406 Add compile -O flag only for non-debug mode, per Tom 23 years ago
Tom Lane d18ba3f452 pull_up_subqueries() should copy the subquery before starting to modify 23 years ago
Bruce Momjian 4a39057e59 Back out makeNode() patch to fix gcc 3.3.1 warning. 23 years ago
Peter Eisentraut 014a0a3da1 Remove registration message, after discussion concluded that it was of 23 years ago
Peter Eisentraut 27318d8873 Translation update 23 years ago
Tom Lane 87299583a5 Determine max_connections first, then see how large shared_buffers can 23 years ago
Tom Lane e7261c46aa Adjust setRelhassubclassInRelation() to not perform actual heap_update 23 years ago
Bruce Momjian 4a2c34d4a0 Use makeNode() to allocate structures that have to be cast to Node *, 23 years ago
Peter Eisentraut 037468eff2 New translation 23 years ago