Commit Graph

16277 Commits (e341cdb085dad1fc651b96fa64214c253f46ed94)
 

Author SHA1 Message Date
Tom Lane e341cdb085 Further work on information_schema. _pg_keyissubset() wasn't quite 22 years ago
Tom Lane eda80f09ff Repair interaction between IN-join processing and subselect pullup that 22 years ago
Tom Lane c02036b1d8 Simplify loop test to avoid bug in AIX compiler, per Andreas. 22 years ago
Peter Eisentraut 9ea6d0fc80 Information schema fixes: 22 years ago
Tom Lane f2f7107024 Must free the pgParameterStatus chain in freePGconn(). My fault, 22 years ago
Tom Lane 0a4048646b Document all the system views created by initdb (several of these were 22 years ago
Tom Lane e5c2c97892 Add a listing of our SQLSTATE error codes to the documentation. 22 years ago
Tom Lane 34ed505966 Fix busted markup. 22 years ago
Tom Lane bbba5080b5 Fix elog tab-insertion code to insert tabs only where wanted. 22 years ago
Peter Eisentraut 1b7ac7f130 Remove automatic '()' in other branch of UNION as well. 22 years ago
Tom Lane fe1b5034dd Adjust display of actual runtimes in EXPLAIN output to use three fractional 22 years ago
Tom Lane fa2356a1ac Use pg_get_constraintdef() rather than pg_constraint.consrc; this is 22 years ago
Tom Lane dec4ed311a Add note deprecating use of consrc. 22 years ago
Peter Eisentraut 44430dbc15 Fix bugs in referential_constraints view. 22 years ago
Peter Eisentraut 4a48c671d2 There should not be an automatic '()' after a function name when 22 years ago
Tom Lane 52b59a7bec Set attstattarget to -1 for all system catalog columns. All but a few 22 years ago
Tom Lane 64c1fc7257 Avoid division by zero in estimate_num_groups() when table has no rows. 22 years ago
Tom Lane 624292aa35 Ensure that all places that are complaining about exhaustion of shared 22 years ago
Tom Lane 2ec74435cd Cause tab completion to do something moderately reasonable with mixed-case 22 years ago
Bruce Momjian 9ad637f749 Add mention of SIGHUP on the postmaster manual page. 22 years ago
Tom Lane 90b2202975 Fix bad interaction between NOTIFY processing and V3 extended query 22 years ago
Tom Lane 839cea8814 Minor copy-editing. 22 years ago
Bruce Momjian a9c1ff66da Add: 22 years ago
Bruce Momjian 60feaa261f Fix SGML markup. 22 years ago
Bruce Momjian 352f29b17b This patch adds another item to the "migration to 7.4" list in the 22 years ago
Bruce Momjian 62fdc3dd60 I have run pg_autovacuum on AIX, so that can, at least loosely, be 22 years ago
Tom Lane 37278c063f Cause the default CFLAGS to be -O2 -fno-strict-aliasing when using gcc, 22 years ago
Peter Eisentraut 3992f1c50b Translation updates 22 years ago
Peter Eisentraut e9b2b56c23 New translation 22 years ago
Peter Eisentraut 578774d5f5 Translation update 22 years ago
Peter Eisentraut dee5b779fa New translation 22 years ago
Tom Lane 77c1791a58 Use PQescapeString to ensure that tab-completion queries are not messed 22 years ago
Bruce Momjian 2a0f1c08d5 Remove void* in MemSet until we understand the gcc 3.3.1 problem better. 22 years ago
Bruce Momjian fca71f4406 Add compile -O flag only for non-debug mode, per Tom 22 years ago
Tom Lane d18ba3f452 pull_up_subqueries() should copy the subquery before starting to modify 22 years ago
Bruce Momjian 4a39057e59 Back out makeNode() patch to fix gcc 3.3.1 warning. 22 years ago
Peter Eisentraut 014a0a3da1 Remove registration message, after discussion concluded that it was of 22 years ago
Peter Eisentraut 27318d8873 Translation update 22 years ago
Tom Lane 87299583a5 Determine max_connections first, then see how large shared_buffers can 22 years ago
Tom Lane e7261c46aa Adjust setRelhassubclassInRelation() to not perform actual heap_update 22 years ago
Bruce Momjian 4a2c34d4a0 Use makeNode() to allocate structures that have to be cast to Node *, 22 years ago
Peter Eisentraut 037468eff2 New translation 22 years ago
Michael Meskes 84b35a7f76 Added missing "commit" in test case. 22 years ago
Bruce Momjian f22ddf70be Add void * cast to MemSet to silence compiler, and add comment that we 22 years ago
Bruce Momjian 7fb9893f42 Back out -fstrict-aliasing void* casting. 22 years ago
Peter Eisentraut 47ed43440e Translation updates 22 years ago
Bruce Momjian d51368dbbd This patch will stop gcc from issuing warnings about type-punned objects 22 years ago
Bruce Momjian 386e0f9046 Update max existing db size to 32tb. 22 years ago
Bruce Momjian 18e5addb96 Fix core dump on root starting pg_autovacuum. 22 years ago
Peter Eisentraut 108f371769 Translation updates 22 years ago