Commit Graph

30935 Commits (dc8a14311a4825b6bf7b787764b9f0c3f8d8df8e)
 

Author SHA1 Message Date
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
Tom Lane 31d2efaef5 Reclassify DEFAULT as a column_constraint item in the CREATE TABLE syntax. 15 years ago
Peter Eisentraut a5f96409fd No release notes update, just advance the date 15 years ago
Tom Lane 81a530a65e Fix ill-advised placement of PGRES_COPY_BOTH enum value. 15 years ago
Bruce Momjian b4d3792daa Another fix for larger postmaster.pid files. 15 years ago
Magnus Hagander 06004319be Fix list of functions that are restricted to superusers 15 years ago
Bruce Momjian bada44a2a2 Fix code to properly pull out shared memory key now that the 15 years ago
Bruce Momjian c0577c92a8 Mark unaccent functions as STABLE, rather than defaulting to VOLATILE. 15 years ago
Bruce Momjian 0a023a14fc Update SGML docs describing the contents of the postmaster.pid file, 15 years ago
Tom Lane f79136439f Remove -fno-operator-names switch from cpluspluscheck. 15 years ago
Tom Lane 84fc571395 Rename the C functions bitand(), bitor() to bit_and(), bit_or(). 15 years ago
Tom Lane 8c61f81b31 Rearrange cpluspluscheck to check just one .h file at a time. 15 years ago
Tom Lane 37b61a69f3 Fix failure of executor/hashjoin.h to compile standalone. 15 years ago
Tom Lane a977db6f1c Tweak cpluspluscheck to avoid directly #include'ing gram.h. 15 years ago
Tom Lane 275411912d Fix ill-chosen use of "private" as an argument and struct field name. 15 years ago
Alvaro Herrera c7f0038d73 Break up long line, per Leslie S Satenstein. 15 years ago
Robert Haas 63676ebff4 Corrections to patch adding SQL/MED error codes. 15 years ago
Andrew Dunstan a534728afb Only build in crashdump support on Windows if there's a working dbghelp.h. 15 years ago
Robert Haas 85cff3ce7f Add foreign data wrapper error code values for SQL/MED. 15 years ago
Robert Haas 4ec92b05e6 Correct spelling: longjump() -> longjmp(). 15 years ago
Peter Eisentraut 79a9decdd3 Fix grammar 15 years ago
Andrew Dunstan 04ee0db6b2 Allow vpath builds and regression tests to succeed on Mingw. Backpatch to release 8.4 - earlier releases would require more changes and it's not worth the trouble. 15 years ago
Bruce Momjian 5000472112 Remove quotes from boolean recovery.conf.sample parameters, now that the 15 years ago