Commit Graph

19988 Commits (b683908064e1fa4db26348ca43081dc6a99e3e4e)

Author SHA1 Message Date
Bruce Momjian b683908064 Rename pg_dump.c TypeInfo variable tinfo to tyinfo, for clarity. 16 years ago
Tom Lane cfc5008a51 Adjust naming of indexes and their columns per recent discussion. 16 years ago
Tom Lane b7d6795445 Disallow comments on columns of relation types other than tables, views, 16 years ago
Peter Eisentraut de0d75ea24 In CREATE SEQUENCE dump, put MINVALUE before MAXVALUE so it reads better. 16 years ago
Robert Haas c7e4be59ae More cleanups for the recent large object permissions patch. 16 years ago
Tom Lane cb05f5388d There is no good reason for the CREATE TABLE LIKE INCLUDING COMMENTS code to 16 years ago
Peter Eisentraut baab7a0427 Translation updates 16 years ago
Itagaki Takahiro ce1489fa94 Add a whitespace to fix the query to dump large objects. 16 years ago
Tom Lane 4fca795de4 Bump catversion to reflect the fact that HS patch changed pg_proc 16 years ago
Tom Lane d37cda2c0c plpgsql patch broke the MSVC build, too. 16 years ago
Alvaro Herrera 1b612dfeb6 Update ecpg regression tests to plpgsql installed by default. 16 years ago
Simon Riggs efc16ea520 Allow read only connections during recovery, known as Hot Standby. 16 years ago
Bruce Momjian 78a09145e0 binary migration: pg_migrator 16 years ago
Bruce Momjian 96c102fe27 Install server-side language PL/pgSQL by default. 16 years ago
Tom Lane be3a24de19 Force the TZ environment variable to be set during initdb. This is to 16 years ago
Michael Meskes 36d192ad7d Reverting accidently commited changes. 16 years ago
Peter Eisentraut d6de43099a Don't unblock SIGQUIT in the SIGQUIT handler 16 years ago
Peter Eisentraut b63b967a7e If there is no sigdelset(), define it as a macro. 16 years ago
Tom Lane 52fc0075ab Avoid a premature coercion failure in transformSetOperationTree() when 16 years ago
Robert Haas ff499613d2 Several fixes for EXPLAIN (FORMAT YAML), plus one for EXPLAIN (FORMAT JSON). 16 years ago
Michael Meskes d19669e5f9 Fixed auto-prepare to not try preparing statements that are not preparable. Bug 16 years ago
Peter Eisentraut dd4cd55c15 Python 3 support in PL/Python 16 years ago
Tom Lane 21d11e7ee2 Avoid unnecessary copying of source string when generating a cloned TParser. 16 years ago
Tom Lane a5495cd841 Add a hook to let loadable modules get control at ProcessUtility execution, 16 years ago
Tom Lane 34d26872ed Support ORDER BY within aggregate function calls, at long last providing a 16 years ago
Robert Haas cddca5ec13 Add an EXPLAIN (BUFFERS) option to show buffer-usage statistics. 16 years ago
Itagaki Takahiro 6f1bf75d50 Fix pg_ctl initdb without options. 16 years ago
Tom Lane a620d5005d Fix a bug introduced when set-returning SQL functions were made inline-able: 16 years ago
Itagaki Takahiro 84f910a707 Additional fixes for large object access control. 16 years ago
Magnus Hagander 0182d6f646 Allow LDAP authentication to operate in search+bind mode, meaning it 16 years ago
Tom Lane a4e035b2f1 Fix integer-to-bit-string conversions to handle the first fractional byte 16 years ago
Robert Haas 02490d4692 Export ExplainBeginOutput() and ExplainEndOutput() for auto_explain. 16 years ago
Tom Lane d8e511fabb Ensure that the result tuple of an EvalPlanQual cycle gets materialized 16 years ago
Itagaki Takahiro f1325ce213 Add large object access control. 16 years ago
Andrew Dunstan 324385d67f Add YAML to list of EXPLAIN formats. Greg Sabino Mullane, reviewed by Takahiro Itagaki. 16 years ago
Peter Eisentraut db7386187f PL/Python array support 16 years ago
Peter Eisentraut a37b001b80 Add init[db] option to pg_ctl 16 years ago
Tom Lane 62aba76568 Prevent indirect security attacks via changing session-local state within 16 years ago
Magnus Hagander 7aeaa97de2 Add notes about updating disk and shared memory size information in the 16 years ago
Magnus Hagander abf23ee86d Reject certificates with embedded NULLs in the commonName field. This stops 16 years ago
Tom Lane 65ed203910 Update time zone data files to tzdata release 2009s: DST law changes in 16 years ago
Tom Lane 0cb65564e5 Add exclusion constraints, which generalize the concept of uniqueness to 16 years ago
Tom Lane 8de7472b45 Don't use a duplicate OID for aclexplode(). 16 years ago
Peter Eisentraut 36f887c41c Speed up information schema privilege views 16 years ago
Heikki Linnakangas ab3148b712 Fix bug in temporary file management with subtransactions. A cursor opened 16 years ago
Bruce Momjian 8c1c2e38f6 thread-safety 16 years ago
Tom Lane 59ed94ad0c Mark application_name as GUC_REPORT so that the value will be reported back 16 years ago
Tom Lane 3dfcf8cc15 Instead of sending application_name as a SET command after the connection 16 years ago
Bruce Momjian b291c0fba8 psql -f - 16 years ago
Tom Lane 0d32342501 Teach the regular expression functions to do case-insensitive matching and 16 years ago