Commit Graph

37208 Commits (ecacbdbcee67e202cfcaa1180da170b9f13654bb)
 

Author SHA1 Message Date
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
Tom Lane e0c91a7ff0 Improve some O(N^2) behavior in window function evaluation. 12 years ago
Tom Lane 46a60abfe9 Suppress compiler warning in new contrib/pg_trgm code. 12 years ago
Stephen Frost 5f508b6dea Make a dedicated AlterTblSpcStmt production 12 years ago
Stephen Frost b3e6593716 Add ANALYZE into regression tests 12 years ago
Tom Lane d95425c8b9 Provide moving-aggregate support for boolean aggregates. 12 years ago
Stephen Frost 842faa714c Make security barrier views automatically updatable 12 years ago
Tom Lane 9d229f399e Provide moving-aggregate support for a bunch of numerical aggregates. 12 years ago
Tom Lane a9d9acbf21 Create infrastructure for moving-aggregate optimization. 12 years ago
Bruce Momjian 3c41b812c5 docs: psql '--' comments are not passed to the server 12 years ago
Heikki Linnakangas 614167c6d7 Fix bugs in GIN "fast scan" with partial match. 12 years ago
Michael Meskes ef29a88457 The new pointer_to_struct test needs a special command line parameter to ecpg. 12 years ago
Bruce Momjian 8fcccadfea C comment: track_activity_query_size doesn't support memory units 12 years ago
Heikki Linnakangas 787064cd00 Fix typo in comment. 12 years ago
Heikki Linnakangas 150a9df528 Fix a few more misc typos in comments. 12 years ago
Bruce Momjian 85c6bba2ce docs: add link to pg_start_backup() from pg_basebackup --checkpoint 12 years ago
Heikki Linnakangas 5b075ae893 Fix misc typos in comments. 12 years ago
Robert Haas b082732061 Add missing include. 12 years ago
Michael Meskes f917968537 Several fixes to array handling in ecpg. 12 years ago
Robert Haas 0c4ea7a309 Fix silly oversight in patch to remove dsm state file. 12 years ago
Tom Lane f23a5630eb Add an in-core GiST index opclass for inet/cidr types. 12 years ago
Robert Haas 02f65617ea doc: Fix typo. 12 years ago
Robert Haas 11a65eed16 Get rid of the dynamic shared memory state file. 12 years ago