Commit Graph

30923 Commits (5d950e3b0c75d65dd09f8ca5f76cd429a0aabbdc)
 

Author SHA1 Message Date
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
Bruce Momjian 075354ad1b Improve "pg_ctl -w start" server detection by writing the postmaster 15 years ago
Peter Eisentraut 4b1742a192 Move the documentation of --no-security-label to a more sensible place 15 years ago
Peter Eisentraut b2fd345ab9 Release notes for 9.1alpha3 15 years ago
Robert Haas a1b0035949 Document pg_dump(all) --no-security-label instead of --security-label. 15 years ago
Michael Meskes 727a5a1620 Added rule to ecpg lexer to accept "Unicode surrogate pair in extended quoted 15 years ago
Heikki Linnakangas 9de3aa65f0 Rewrite the GiST insertion logic so that we don't need the post-recovery 15 years ago
Bruce Momjian 7a1ca8977f Document that BBU's do not allow partial page writes to be safely turned 15 years ago
Robert Haas 2a0f13a765 Typo fix. 15 years ago
Bruce Momjian 28d5c565ce Wording improvements for pg_ctl manual page. 15 years ago
Magnus Hagander de9a4c27fe Add PQlibVersion() function to libpq 15 years ago
Robert Haas 32ba2b5160 Use memcmp() rather than strncmp() when shorter string length is known. 15 years ago
Robert Haas c5160b7eec Fix typos. 15 years ago