Commit Graph

36555 Commits (125ba2945aacde7713f3767b012c429c384f3b62)
 

Author SHA1 Message Date
Peter Eisentraut 125ba2945a doc: Fix DocBook table column count declaration 12 years ago
Peter Eisentraut c18cc0034e ecpg: Add additional files to .gitignore 12 years ago
Heikki Linnakangas a4ad9afec2 Update obsolete comments. 12 years ago
Heikki Linnakangas 4a781f1e6c Fix typo, trance -> tranche, in docs. 12 years ago
Heikki Linnakangas 8fbfbf1472 Fix typos in comment. 12 years ago
Heikki Linnakangas 4fafc4ecd9 Cleanup of new b-tree page deletion code. 12 years ago
Tom Lane d26b042ce5 Fix documentation of FmgrInfo.fn_nargs. 12 years ago
Tom Lane c6a4ace5bf Fix broken logic in logical_heap_rewrite_flush_mappings(). 12 years ago
Bruce Momjian cee850c403 revert 4d0d607a45 12 years ago
Bruce Momjian 2362c2bd23 doc: adjust 9970443640 for "null string" 12 years ago
Bruce Momjian 9970443640 doc: improve wording of COPY commit 7ec73783d8 12 years ago
Bruce Momjian 8506a607a3 doc: mention CREATE MATERIALIZED VIEW AS can be EXPLAINed 12 years ago
Bruce Momjian 26cd1d7d95 docs: add results for JSON operator examples 12 years ago
Bruce Momjian 19fa6161dd build: add EXTRA_REGRESS_OPTS to all pg_regress invocations 12 years ago
Bruce Momjian 72590b3a69 docs: clearify use of pg_database.datistemplate 12 years ago
Bruce Momjian 4d0d607a45 release memory used while flushing logical mappings 12 years ago
Bruce Momjian c27bf777cf doc: improve CREATE RULE event list 12 years ago
Bruce Momjian 2985e16031 regression test: fix hot standby tests by using repeatable read 12 years ago
Bruce Momjian 7ec73783d8 copy: update docs for FORCE_NULL and FORCE_NOT_NULL combination 12 years ago
Heikki Linnakangas 4a5d55ec2b Fix bug in the new B-tree incomplete-split code. 12 years ago
Heikki Linnakangas 45e67a2ad7 Fix Gin README. 12 years ago
Peter Eisentraut 80ce90b9c4 doc: Improve "replication slot" index entries 12 years ago
Heikki Linnakangas 77fe2b6d79 Fix bug in new B-tree page deletion code. 12 years ago
Heikki Linnakangas 7e30c186da Retain original physical order of tuples in redo of b-tree splits. 12 years ago
Heikki Linnakangas 7d98054f0d Fix rm_desc routine of b-tree page delete records. 12 years ago
Heikki Linnakangas 8d34f68628 Avoid transient bogus page contents when creating a sequence. 12 years ago
Tom Lane 78a3c9b6a5 pg_stat_statements forgot to let previous occupant of hook get control too. 12 years ago
Robert Haas 602b27ab8e Fix another typo. 12 years ago
Robert Haas fab6170cab Fix typo. 12 years ago
Bruce Momjian 012025f9ae doc: CREATE DATABASE doesn't copy template database-level config params 12 years ago
Bruce Momjian 0e8beed515 doc: mention archive_command and recovery_command are exec'ed locally 12 years ago
Bruce Momjian 4353d1809f docs: tablespaces cannot be accessed independently 12 years ago
Bruce Momjian 13ecb822e8 libpq: have PQconnectdbParams() and PQpingParams accept "" as default 12 years ago
Magnus Hagander 66b1084e2c Fix typo 12 years ago
Peter Eisentraut e7128e8dbb Create function prototype as part of PG_FUNCTION_INFO_V1 macro 12 years ago
Tom Lane 0156315823 Fix unused-variable warning on Windows. 12 years ago
Bruce Momjian 9fe55259fd pgcrypto: fix memset() calls that might be optimized away 12 years ago
Bruce Momjian 83defef8c7 report stat() error in trigger file check 12 years ago
Bruce Momjian c1275cf741 pg_upgrade: throw an error for non-existent tablespace directories 12 years ago
Bruce Momjian 52e757420f docs: adjustments for streaming standbys that disconnect frequently 12 years ago
Heikki Linnakangas 2a8e1ac598 Set the all-visible flag on heap page before writing WAL record, not after. 12 years ago
Tom Lane 5f86cbd714 Rename EXPLAIN ANALYZE's "total runtime" output to "execution time". 12 years ago
Bruce Momjian e183d11262 docs: properly document psql auto encoding mode 12 years ago
Bruce Momjian 5d305d86bd libpq: use pgsocket for socket values, for portability 12 years ago
Bruce Momjian be5f7fff47 doc: move min_recovery_apply_delay into the right section 12 years ago
Bruce Momjian 8c349ba5c0 psql: update --help output for unaligned mode params 12 years ago
Alvaro Herrera 83ab8e32f2 Fix object identities for text search objects 12 years ago
Tom Lane 5b68d81697 Fix contrib/postgres_fdw's remote-estimate representation of array Params. 12 years ago
Bruce Momjian 9c53346500 docs: make max_wal_senders higher to handle disconnects 12 years ago
Tom Lane cbb5e23bfa Update oidjoins regression test for 9.4. 12 years ago