Commit Graph

25402 Commits (4bcb3946249cbeed157ffd545a804913cfce749b)

Author SHA1 Message Date
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 83defef8c7 report stat() error in trigger file check 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 5d305d86bd libpq: use pgsocket for socket values, for portability 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 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
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 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 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
Tom Lane 4dfb065b3a Fix bogus handling of bad strategy number in GIST consistent() functions. 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
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
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
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 11a65eed16 Get rid of the dynamic shared memory state file. 12 years ago
Robert Haas 0886fc6a5c Add new to_reg* functions for error-free OID lookups. 12 years ago
Heikki Linnakangas 7ca32e255b Fix hot standby bug with GiST scans. 12 years ago
Heikki Linnakangas 38a2b95c34 Zero padding byte at end of GIN posting list. 12 years ago
Robert Haas f235db03ff Remove 'make clean' support for ipc_test. 12 years ago
Robert Haas 315772e4ec Assert that strong-lock count is >0 everywhere it's decremented. 12 years ago