Commit Graph

29045 Commits (ff499613d2dd2c89b93379dbee943b8e6cee5f20)
 

Author SHA1 Message Date
Robert Haas ff499613d2 Several fixes for EXPLAIN (FORMAT YAML), plus one for EXPLAIN (FORMAT JSON). 16 years ago
Magnus Hagander 3dfe7e8e0f Remove spurious '22' that clearly shouldn't be there. 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
Tom Lane 6a6efb9640 Fix broken markup. 16 years ago
Itagaki Takahiro 7d67e06297 Add \shell and \setshell meta commands to pgbench. 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 6b45e3b7aa Arrange to generate different random sequences in the different child 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
Bruce Momjian 64579962bb Properly define ENABLE_THREAD_SAFETY in conflgure, per suggestion from Peter. 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
Robert Haas da07641481 Fix levenshtein with costs. The previous code multiplied by the cost in only 16 years ago
Tom Lane 03d7b0647f Update release notes for releases 8.4.2, 8.3.9, 8.2.15, 8.1.19, 8.0.23, 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 2367d6893f Update size references in installation instructions to be a bit 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
Magnus Hagander 28519de02d Fix a couple of broken links to third-party sites. 16 years ago
Magnus Hagander ac1b614cc0 Replace broken link to custom local gettext package with one to the main 16 years ago
Magnus Hagander 8df283d25a Update CVS documentation to be more current and add documentation about 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
Peter Eisentraut 636bac6e46 Information schema documentation 16 years ago
Heikki Linnakangas ab3148b712 Fix bug in temporary file management with subtransactions. A cursor opened 16 years ago
Tom Lane dc588058a0 Clarify what's supposed to happen when a cursor FETCH is rolled back 16 years ago
Bruce Momjian 8c1c2e38f6 thread-safety 16 years ago
Teodor Sigaev aebc4e67ff Preventing intersection of ranges during page split. Changes are only 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 925b32bba1 Enable thread safety 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
Bruce Momjian ef51395e24 Revert due to Tom's concerns: 16 years ago
Bruce Momjian d85cb27293 ProcessUtility_hook: 16 years ago
Bruce Momjian 29fd97d982 hstore docs 16 years ago
Bruce Momjian 891f924bad THREAD_SUPPORT 16 years ago