Commit Graph

37996 Commits (865f14a2d31af23a05bbf2df04c274629c5d5c4d)
 

Author SHA1 Message Date
Robert Haas 865f14a2d3 Allow named parameters to be specified using => in addition to := 11 years ago
Alvaro Herrera 4f3924d9cd Keep CommitTs module in sync in standby and master 11 years ago
Alvaro Herrera e3f1c24b99 Fix crasher bugs in previous commit 11 years ago
Alvaro Herrera 31eae6028e Allow CURRENT/SESSION_USER to be used in certain commands 11 years ago
Michael Meskes fa83f80945 Ignore leftover artifacts from ecpg testsuite runs on Windows. 11 years ago
Michael Meskes 2093eb4d4c Revert "Ignore object files generated by ecpg test suite on Windows" 11 years ago
Robert Haas 2720e96a9b Fix handling of sortKeys field in Tuplesortstate. 11 years ago
Heikki Linnakangas f1fd515b39 Move WAL-related definitions from dbcommands.h to separate header file. 11 years ago
Michael Meskes b9e538b190 Ignore object files generated by ecpg test suite on Windows 11 years ago
Fujii Masao 828599acec Fix typo in comment. 11 years ago
Fujii Masao c74c04b8aa Add missing "goto err" statements in xlogreader.c. 11 years ago
Peter Eisentraut 5a2a48f036 Sort SUBDIRS variable in src/bin/Makefile 11 years ago
Tom Lane ef75508efc Cast to (void *) rather than (int *) when passing int64's to PQfn(). 11 years ago
Tom Lane 01cca2c1b1 Remove struct PQArgBlock from server-side header libpq/libpq.h. 11 years ago
Tom Lane 1a0bc4c2bf Fix documentation for libpq's PQfn(). 11 years ago
Tom Lane 90c35a9ed0 Code cleanup for REINDEX DATABASE/SCHEMA/SYSTEM. 11 years ago
Tom Lane ac0914285a Fix erroneous error message for REINDEX SYSTEM. 11 years ago
Noah Misch 9d265ae77a Build fls.o only when AC_REPLACE_FUNCS so dictates via $(LIBOBJS). 11 years ago
Noah Misch 9375157073 Add CHECK_FOR_INTERRUPTS() to the wait_pid() loop. 11 years ago
Peter Eisentraut bb8582abf3 Remove rolcatupdate 11 years ago
Alvaro Herrera 6510c832bb Add some more tests on event triggers 11 years ago
Tom Lane e3bfe6d84d Rethink function argument sorting in pg_dump. 11 years ago
Alvaro Herrera c6ee39bc85 Fix contrib/file_fdw's expected file 11 years ago
Alvaro Herrera cf34e373fc Fix user mapping object description 11 years ago
Alvaro Herrera bf22d2707a Silence warning in non-assert-enabled build 11 years ago
Tom Lane 3200b15b20 Remove comment claiming that PARAM_EXTERN Params always have typmod -1. 11 years ago
Fujii Masao 934d122685 Fix typo in comment. 11 years ago
Tom Lane a5c29d37aa Avoid unused-variable warning in non-assert builds. 11 years ago
Tom Lane 7f3014dce5 Change plpgsql's cast cache to consider source typmod as significant. 11 years ago
Tom Lane 45f2c2fc4e Need to special-case RECORD as well as UNKNOWN in plpgsql's casting logic. 11 years ago
Tom Lane 1345cc67bb Use standard casting mechanism to convert types in plpgsql, when possible. 11 years ago
Tom Lane b9896198cf Fix cost estimation for indexscans on expensive indexed expressions. 11 years ago
Fujii Masao f8b031bca8 Fix an obsolete reference to SnapshotNow in comment. 11 years ago
Tom Lane 497bac7d29 Fix long-obsolete code for separating filter conditions in cost_index(). 11 years ago
Robert Haas 5223ddacdc Remove residual NULL-pstate handling in addRangeTableEntry. 11 years ago
Alvaro Herrera a2e35b53c3 Change many routines to return ObjectAddress rather than OID 11 years ago
Alvaro Herrera 6f9d799047 Add comment for "is_internal" parameter 11 years ago
Tom Lane b67f1ce181 Reduce json <=> jsonb casts from explicit-only to assignment level. 11 years ago
Robert Haas e5f3690249 pgbench: Fix mistakes in Makefile. 11 years ago
Tom Lane d147901174 Fix busted markup. 11 years ago
Robert Haas 878fdcb843 pgbench: Add a real expression syntax to \set 11 years ago
Stephen Frost ebd092bc2a Fix pg_dump handling of extension config tables 11 years ago
Stephen Frost ee4ddcb38a Fix targetRelation initializiation in prepsecurity 11 years ago
Tom Lane 8abb3cda0d Use the typcache to cache constraints for domain types. 11 years ago
Noah Misch b8a18ad485 Add transform functions for AT TIME ZONE. 11 years ago
Noah Misch 424793fa5d Unlink static libraries before rebuilding them. 11 years ago
Tom Lane 097fe194aa Move memory context callback declarations into palloc.h. 11 years ago
Alvaro Herrera e059e02e43 Fix intermittent failure in event_trigger test 11 years ago
Tom Lane e524cbdc45 Track typmods in plpgsql expression evaluation and assignment. 11 years ago
Tom Lane b514a7460d Fix planning of star-schema-style queries. 11 years ago