Commit Graph

11954 Commits (fa2356a1acd4fab20c66079747cf856441cc9546)

Author SHA1 Message Date
Tom Lane fa2356a1ac Use pg_get_constraintdef() rather than pg_constraint.consrc; this is 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
Tom Lane 90b2202975 Fix bad interaction between NOTIFY processing and V3 extended query 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
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 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
Michael Meskes 84b35a7f76 Added missing "commit" in test case. 23 years ago
Bruce Momjian f22ddf70be Add void * cast to MemSet to silence compiler, and add comment that we 23 years ago
Bruce Momjian 7fb9893f42 Back out -fstrict-aliasing void* casting. 23 years ago
Peter Eisentraut 47ed43440e Translation updates 23 years ago
Bruce Momjian d51368dbbd This patch will stop gcc from issuing warnings about type-punned objects 23 years ago
Peter Eisentraut 108f371769 Translation updates 23 years ago
Bruce Momjian 9821455425 Rename __arm__/__arm__ to __arm__/__arm, found by Neil Conway 23 years ago
Bruce Momjian 962987a1c2 Add NULL regression tests. 23 years ago
Bruce Momjian d7c971ab7d Change Win32 rename/unlink timeout to 3 seconds. 23 years ago
Bruce Momjian 99a53d89c8 Allow pg_id to compile on Win32. 23 years ago
Bruce Momjian c568b8fbe7 Remove -pipe from compiles. 23 years ago
Peter Eisentraut 172b125578 Make sure that -- comments extend to the end of the line. This fixes the 23 years ago
Peter Eisentraut 034b065a66 Some updates 23 years ago
Bruce Momjian dfafeb6a89 Update Solaris FAQ to mention -fast. 23 years ago
Bruce Momjian b1d955ea7b Remove -pipe on Linux, per reports from Peter. 23 years ago
Bruce Momjian 85bd172c45 Add -pipe compile for Linux. 23 years ago
Bruce Momjian 7185455c08 Make template CFLAGS handling consistent. 23 years ago
Bruce Momjian 6687152582 Re-add -pipe compile flags for bsd's. 23 years ago
Bruce Momjian 0e22cb1232 This centralizes the optimization defaults into configure.in, rather 23 years ago
Bruce Momjian dcad7949f8 Change "query:" to "statement:". 23 years ago
Bruce Momjian 6acca5765e Add quotes to CFLAG define. 23 years ago
Jan Wieck f8d90fcc0a Protected access to variable m_preparedCount via synchronized 23 years ago
Peter Eisentraut 46c27c6997 New translations 23 years ago
Peter Eisentraut c99a41be95 New translations 23 years ago
Bruce Momjian 2ff4091862 Add quotes around -O setting for consistency. 23 years ago
Michael Meskes 163f0b2d48 Removed my debug printf() call from numeric.c 23 years ago
Bruce Momjian bdae05f5d1 Use calloc() to allocate empty structures. 23 years ago
Bruce Momjian b8382c2688 Have log_min_duration_statement = 0 always print duration/statement. 23 years ago
Michael Meskes cfd992ecba Fixed floating point exception in long=>numeric conversion. 23 years ago