Commit Graph

30957 Commits (541fc3d4df66a5e51d172a78288069bd92dda0c8)
 

Author SHA1 Message Date
Tom Lane 541fc3d4df Ooops, forgot to fix contrib/tsearch2's references to GIN support funcs. 15 years ago
Tom Lane a032d50128 Fix the built-in GIN support procedure declarations in pg_proc.h. 15 years ago
Tom Lane 73912e7fbd Fix GIN to support null keys, empty and null items, and full index scans. 15 years ago
Robert Haas 9b4271deb9 Document pg_stat_replication, bump catversion since that was overlooked. 15 years ago
Robert Haas a9f72b4083 Improve recovery.conf.sample comments. 15 years ago
Itagaki Takahiro a755ea33ae New system view pg_stat_replication displays activity of wal sender processes. 15 years ago
Bruce Momjian 46d28820b6 Improve C comments about backend variables set by pg_upgrade_support 15 years ago
Peter Eisentraut 7f40e30309 Improve markup of unnest example 15 years ago
Peter Eisentraut f9e4961b7d Improve array_upper example 15 years ago
Tom Lane 6c596c29a3 Update sequence_1.out for recent changes in sequence regression test. 15 years ago
Bruce Momjian 1aad44f988 Update documentation to say that \lo_import sets :LASTOID, not 15 years ago
Bruce Momjian 56a9adcb96 Rename pg_upgrade variables, for clarity. 15 years ago
Bruce Momjian e66e43988a Update pg_upgrade C comments. 15 years ago
Bruce Momjian a45beaac64 Fix for recent pg_upgrade commit to fix large objects relfilenode 15 years ago
Bruce Momjian b1f2a94fa2 In pg_upgrade, adjust transfer_relfile()'s parameters to be more logical. 15 years ago
Bruce Momjian 5cff5b5779 Clarify pg_upgrade's creation of the map file structure. Also clean 15 years ago
Magnus Hagander 66a8a0428d Give superusers REPLIACTION permission by default 15 years ago
Bruce Momjian 3302334b48 In pg_upgrade, copy pg_largeobject_metadata and its index for 9.0+ 15 years ago
Bruce Momjian 0857a84498 In pg_upgrade, fix backward logging display of link operations. 15 years ago
Bruce Momjian 25cc7424e3 Simplify functions and parameters used by pg_upgrade. 15 years ago
Itagaki Takahiro 14158f25cd Improve psql tab completion for CREATE/ALTER ROLE [NO]REPLICATION. 15 years ago
Robert Haas 7f60be72b0 Fix crash in ALTER OPERATOR CLASS/FAMILY .. SET SCHEMA. 15 years ago
Robert Haas dc8a14311a Update comments in RecordTransactionCommit() to mention unlogged tables. 15 years ago
Magnus Hagander 77745cc7f1 Bump catversion, forgot in previous commit. 15 years ago
Magnus Hagander 40d9e94bd7 Add views and functions to monitor hot standby query conflicts 15 years ago
Magnus Hagander 1996b48285 Add missing part of replication role docs 15 years ago
Magnus Hagander c0e96b49e5 perltidy run on the MSVC build system 15 years ago
Peter Eisentraut 39b8843296 Implement remaining fields of information_schema.sequences view 15 years ago
Robert Haas e657b55e66 Fix typo. 15 years ago
Robert Haas 0d692a0dc9 Basic foreign table support. 15 years ago
Robert Haas 6600d5e91c Minor wordsmithing. 15 years ago
Robert Haas d7acf6cc4a Fix pg_dump support for security labels on columns. 15 years ago
Peter Eisentraut 6a208aa404 Allow casting a table's row type to the table's supertype if it's a typed table 15 years ago
Bruce Momjian 92a73d2190 Add #include <time.h> to pg_ctl.c to fix compiler warning. 15 years ago
Bruce Momjian 5d950e3b0c Stamp copyrights for year 2011. 15 years ago
Bruce Momjian 67c9e4442f Furter pg_upgrade optimizations to reduce function call argument count. 15 years ago
Bruce Momjian 6e6bee987f In pg_upgrade, remove use of whichCluster, and just pass old/new cluster 15 years ago
Bruce Momjian f82b3e58f8 In pg_upgrade, rename "CLUSTERNAME" to "CLUSTER_NAME". 15 years ago
Bruce Momjian 30aeda4394 Include the first valid listen address in pg_ctl to improve server start 15 years ago
Tom Lane 39c8dd6620 Invert and rename flag variable to improve code readability. 15 years ago
Tom Lane 7b46401557 Move symbols for ExecMergeJoin's state machine into nodeMergejoin.c. 15 years ago
Tom Lane f4e4b32743 Support RIGHT and FULL OUTER JOIN in hash joins. 15 years ago
Peter Eisentraut 17cb9e8c98 Remove tabs in SGML 15 years ago
Alvaro Herrera 55573990ca Avoid unnecessary public struct declaration in slru.h 15 years ago
Bruce Momjian 0be88f8739 Doc wording improvement: taken -> accepted 15 years ago
Tom Lane 88c803457a Improve pg_upgrade's checks for required executables. 15 years ago
Robert Haas d2bc1c9907 Bump XLOG_PAGE_MAGIC. 15 years ago
Robert Haas 53dbc27c62 Support unlogged tables. 15 years ago
Magnus Hagander 9b8aff8c19 Add REPLICATION privilege for ROLEs 15 years ago
Tom Lane f2ba1e994c Avoid unexpected conversion overflow in planner for distant date values. 15 years ago