Commit Graph

36530 Commits (8d34f6862853b4b67e29b368dfedf7d4c28d694b)
 

Author SHA1 Message Date
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
Andrew Dunstan ef158312e9 Attempt to get plpython regression tests working again for MSVC builds. 12 years ago
Bruce Momjian 95cb917297 pg_upgrade: remove redundant include files 12 years ago
Tom Lane cad4fe6455 Use AF_UNSPEC not PF_UNSPEC in getaddrinfo calls. 12 years ago
Magnus Hagander 585bca3936 Fix timeout in LDAP lookup of libpq connection parameters 12 years ago
Robert Haas dfc0219f64 Add to_regprocedure() and to_regoperator(). 12 years ago
Robert Haas 1a81daab8b Try to fix spurious DSM failures on Windows. 12 years ago
Bruce Momjian ed4a26260c doc: fix json_extract_path_text() typo by adding jsonb 12 years ago
Bruce Momjian 4180934651 check socket creation errors against PGINVALID_SOCKET 12 years ago
Heikki Linnakangas 848b9f05ab Use correctly-sized buffer when zero-filling a WAL file. 12 years ago
Bruce Momjian ab76d8e9d6 contrib/test_decoding: fix regression test for psql oid display changes 12 years ago
Bruce Momjian 4168c00a5d psql: conditionally display oids and replication identity 12 years ago
Peter Eisentraut c92c3d50d7 vacuumdb: Add option --analyze-in-stages 12 years ago
Peter Eisentraut 0d3b2b80aa Have lcov call the right gcov 12 years ago
Peter Eisentraut e3fd932738 Add @configure_input@ marker to Makefile.global.in 12 years ago
Peter Eisentraut 7d0f493f19 Add TAP tests for client programs 12 years ago
Peter Eisentraut 7b5a9d61a8 Fix whitespace 12 years ago
Heikki Linnakangas f1dadd34fa Set pd_lower on internal GIN posting tree pages. 12 years ago
Robert Haas 69671ab548 doc: Suggesting clearing pg_replslot from a hot filesystem backup. 12 years ago
Robert Haas c050b2aae3 doc: Update yet another place that didn't get the memo about matviews. 12 years ago
Tom Lane 4dfb065b3a Fix bogus handling of bad strategy number in GIST consistent() functions. 12 years ago
Robert Haas f0aa6c06d4 Correct description of constraint_name in ALTER TABLE documentation. 12 years ago
Robert Haas 0c953540d2 Update list of relation types on which ALTER TABLE RENAME/OWNER work. 12 years ago
Robert Haas 7b979524af Tab completion for event triggers. 12 years ago
Heikki Linnakangas e3e6e3af56 Remove dead checks for invalid left page in ginDeletePage. 12 years ago
Heikki Linnakangas 1bd3842163 GIN entry pages follow the standard page layout - tell XLogInsert. 12 years ago