Commit Graph

33255 Commits (bc5ac3686580079bd4ea26bf027178786d77a9ee)
 

Author SHA1 Message Date
Magnus Hagander bc5ac36865 Add function pg_xlog_location_diff to help comparisons 14 years ago
Tom Lane 0e5e167aae Collect and use element-frequency statistics for arrays. 14 years ago
Andrew Dunstan 34c978442c Provide environment overrides for psql file locations. 14 years ago
Peter Eisentraut b59ca98209 Allow CREATE TABLE (LIKE ...) from composite type 14 years ago
Peter Eisentraut d923125b77 Fix incorrect uses of gzFile 14 years ago
Peter Eisentraut 8e5f4300fd Re-add "make check" target in src/test/isolation/Makefile 14 years ago
Tom Lane 44634e474f Allow child-relation entries to be made in ec_has_const EquivalenceClasses. 14 years ago
Peter Eisentraut 6688d2878e Add COLLATION FOR expression 14 years ago
Peter Eisentraut d41f510c80 ecpg: Clean up some const usage 14 years ago
Magnus Hagander 8efb0bc57e Add a rule to optionally build docs with the stylesheet from the website 14 years ago
Heikki Linnakangas 2502f45979 When a GiST page is split during index build, it might not have a buffer. 14 years ago
Peter Eisentraut bc8765e91c Small possible clarification in pg_basebackup reference page 14 years ago
Peter Eisentraut 36a1a8c33d Don't link pg_isolation_regress with libpq 14 years ago
Peter Eisentraut 89c2f573a3 psql: Improve error display for psql -f - 14 years ago
Alvaro Herrera 3433c6ba00 Remove TOAST table from pg_database 14 years ago
Tom Lane a5c1a1969d Simplify references to backslash-doubling in func.sgml. 14 years ago
Heikki Linnakangas d6a7271958 Correctly detect SSI conflicts of prepared transactions after crash. 14 years ago
Tom Lane 8cae5810eb Fix MSVC builds for previous patch's addition of a src/port file. 14 years ago
Alvaro Herrera 58e9f974dc Fix typo in comment 14 years ago
Tom Lane 5c02a00d44 Move CRC tables to libpgport, and provide them in a separate include file. 14 years ago
Tom Lane 0140a11b9b Fix thinko in new match_join_clauses_to_index() logic. 14 years ago
Peter Eisentraut 973e9fb294 Add const qualifiers where they are accidentally cast away 14 years ago
Alvaro Herrera 41e3c94cac psql: when tab-completing, use quotes on file names that need them 14 years ago
Alvaro Herrera cb3a7c2b95 ALTER TABLE: skip FK validation when it's safe to do so 14 years ago
Peter Eisentraut 9bf8603c7a Call check_keywords.pl in maintainer-check 14 years ago
Tom Lane 1b630751d0 Fix some more bugs in GIN's WAL replay logic. 14 years ago
Peter Eisentraut b5c077c368 Remove useless cast 14 years ago
Peter Eisentraut 66f0cf7da8 Remove useless const qualifier 14 years ago
Magnus Hagander ac086d466d Fix some typos and correct wording in the monitoring docs patch 14 years ago
Magnus Hagander ddfc2d9a37 Merge the list of statistics functions into the view documentation 14 years ago
Magnus Hagander da9ed7dafd Make each pg_stat_ view into it's own table in the documentation 14 years ago
Tom Lane 4dd78bf37a Merge dissect() into cdissect() to remove a pile of near-duplicate code. 14 years ago
Tom Lane 587359479a Avoid repeated creation/freeing of per-subre DFAs during regex search. 14 years ago
Tom Lane 3cbfe485e4 Remove useless "retry memory" logic within regex engine. 14 years ago
Bruce Momjian 1fbacbf998 Mention original ctags option name. 14 years ago
Bruce Momjian 7c19f9d139 Update src/tools/make_ctags to avoid Exuberant tags option 14 years ago
Peter Eisentraut 3aa42c25c3 Put Debian package list back in alphabetical order 14 years ago
Peter Eisentraut 9cfd800aab Add some enumeration commas, for consistency 14 years ago
Tom Lane 173e29aa5d Fix the general case of quantified regex back-references. 14 years ago
Andrew Dunstan 0c9e5d5e0d Correctly handle NULLs in JSON output. 14 years ago
Tom Lane b2ce60703a Last-minute release note updates. 14 years ago
Tom Lane 89e0bac86d Convert newlines to spaces in names written in pg_dump comments. 14 years ago
Tom Lane 077711c2e3 Remove arbitrary limitation on length of common name in SSL certificates. 14 years ago
Tom Lane 891e6e7bfd Require execute permission on the trigger function for CREATE TRIGGER. 14 years ago
Tom Lane 74e29162a4 Allow MinGW builds to use standardly-named OpenSSL libraries. 14 years ago
Peter Eisentraut c9d7004440 Remove inappropriate quotes 14 years ago
Peter Eisentraut 8251670cb3 Fix build without OpenSSL 14 years ago
Robert Haas d4fb2f99ec Don't install hstore--1.0.sql any more. 14 years ago
Robert Haas 2254367435 Make EXPLAIN (BUFFERS) track blocks dirtied, as well as those written. 14 years ago
Robert Haas f74f9a277c Fix typo in comment. 14 years ago