Commit Graph

32951 Commits (6ba139dc5a8a5cce42f0508c14a8b42f4fb6b1cc)
 

Author SHA1 Message Date
Bruce Momjian 6ba139dc5a Don't use tabs in Perl scripts, for consistency. 14 years ago
Bruce Momjian 9f60880207 Fix Perl copyright script to skip .git subdirectory; running it on 14 years ago
Simon Riggs 64233902d2 Send new protocol keepalive messages to standby servers. 14 years ago
Tom Lane 2ae2e9c007 Revert "Remove troublesome Asserts in cost_mergejoin()." 14 years ago
Bruce Momjian dca0a54717 Modify tools/pgtest to run the 'make' command from a variable, and default 14 years ago
Tom Lane 15ba590792 Adjust SP-GiST regression tests to be less locale-sensitive. 14 years ago
Peter Eisentraut f9de1e9a96 PL/Python: Add argument names to function declarations 14 years ago
Peter Eisentraut a671d9409b pg_dump: Dump user mappings ordered by user name 14 years ago
Peter Eisentraut 66843265ee Indicate default format in --help output of pg_dump and pg_basebackup 14 years ago
Peter Eisentraut 037a82704c Standardize treatment of strcmp() return value 14 years ago
Peter Eisentraut d383c23f6f Remove support for on_exit() 14 years ago
Peter Eisentraut c317a3ac16 Run "make all" as a prerequisite of "make check" 14 years ago
Peter Eisentraut 54d792f3e5 Sort compendium lists for msgmerge 14 years ago
Peter Eisentraut 9099d84374 Sort file list when creating gettext-files 14 years ago
Alvaro Herrera 7db101c36e Minor enhancements to MVCC chapter 14 years ago
Tom Lane 472d3935a2 Rethink representation of index clauses' mapping to index columns. 14 years ago
Tom Lane e2c2c2e8b1 Improve planner's handling of duplicated index column expressions. 14 years ago
Robert Haas d5448c7d31 Add bytea_agg, parallel to string_agg. 14 years ago
Robert Haas 0510b62d91 Typo fixes. 14 years ago
Robert Haas 99b60fc04e Catversion bump for commit 0e4611c023. 14 years ago
Robert Haas 0e4611c023 Add a security_barrier option for views. 14 years ago
Peter Eisentraut f90dd28062 Add ALTER DOMAIN ... RENAME 14 years ago
Robert Haas 8d15e3ec4f Don't forget to de-escape the password field in .pgpass. 14 years ago
Tom Lane c31224e257 Update per-column ACLs, not only per-table ACL, when changing table owner. 14 years ago
Robert Haas cbe24a6dd8 Improve behavior of concurrent CLUSTER. 14 years ago
Robert Haas d573e239f0 Take fewer snapshots. 14 years ago
Robert Haas e1042a3484 sepgsql: Check CREATE permissions for some object types. 14 years ago
Robert Haas 7f0e4bb82e Shave a few cycles in string_agg(). 14 years ago
Tom Lane 1db5af2794 Fix gincostestimate to handle ScalarArrayOpExpr reasonably. 14 years ago
Tom Lane d0024cd188 Avoid crashing when we have problems unlinking files post-commit. 14 years ago
Peter Eisentraut 729205571e Add support for privileges on types 14 years ago
Alvaro Herrera 05e992e90e Forgot catversion bump on previous patch 14 years ago
Tom Lane 8f57b064fd Rename updateNodeLink to spgUpdateNodeLink. 14 years ago
Alvaro Herrera 61d81bd28d Allow CHECK constraints to be declared ONLY 14 years ago
Tom Lane 9220362493 Teach SP-GiST to do index-only scans. 14 years ago
Tom Lane 3695a55513 Replace simple constant pg_am.amcanreturn with an AM support function. 14 years ago
Peter Eisentraut 19d2231718 PL/Python: One more file renaming fix to unbreak the build 14 years ago
Peter Eisentraut 147c248254 Split plpython.c into smaller pieces 14 years ago
Michael Meskes 59e242a496 Mark variables as const in pgtypeslib if they only carry a format string. 14 years ago
Michael Meskes 22232834c5 Added test for cursor handling on different connections to regression test 14 years ago
Michael Meskes 4b8b5e53eb In ecpg removed old leftover check for given connection name. 14 years ago
Bruce Momjian 153c8dbd8c Remove tabs in SGML file. 14 years ago
Tom Lane b7a0e8fb4d Defend against null scankeys in spgist searches. 14 years ago
Tom Lane 5577ca5bfb Remove bogus entries in gist point_ops operator class. 14 years ago
Tom Lane dd45d3ad33 Fix some long-obsolete references to XLogOpenRelation. 14 years ago
Tom Lane 85df5dbf5a Fix compiler warning seen on 64-bit machine. 14 years ago
Tom Lane 8daeb5ddd6 Add SP-GiST (space-partitioned GiST) index access method. 14 years ago
Andrew Dunstan 19fc0fe3ae Same clarification for pg_restore. 14 years ago
Andrew Dunstan 8900f663f2 Clarify the post-data status on unvalidated check constraints. 14 years ago
Tom Lane fb4bbc8113 Add missing 'static' qualifier. 14 years ago