Commit Graph

30909 Commits (9b8aff8c192e2f313f90395d114c58a9ef84f97f)
 

Author SHA1 Message Date
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
Robert Haas 24ecde7742 Work around unfortunate getppid() behavior on BSD-ish systems. 15 years ago
Robert Haas f6a0863e3c Allow transactions that don't write WAL to commit asynchronously. 15 years ago
Alvaro Herrera f9e9763b62 Fix typo 15 years ago
Magnus Hagander d382828f6e Remove thread dumping constant that requires newer Platform SDK 15 years ago
Tom Lane 1b19e2c0ba Fix up handling of simple-form CASE with constant test expression. 15 years ago
Tom Lane abc1026269 Fix erroneous parsing of tsquery input "... & !(subexpression) | ..." 15 years ago
Magnus Hagander dcb09b595f Support for collecting crash dumps on Windows 15 years ago
Bruce Momjian 7e95337d58 Properly print the IP number and "localhost" for failed localhost 15 years ago
Magnus Hagander 4754dbf4c3 Make GUC variables for syslog and SSL always visible 15 years ago
Alvaro Herrera 3026027ec3 set_ps_display when calling functions via fastpath 15 years ago
Alvaro Herrera b68193c0c7 Remove unnecessary definition for autovacuum in SignalSomeChildren. 15 years ago
Robert Haas 8bd4b89e24 Try to save a kernel call in ResolveRecoveryConflictWithVirtualXIDs. 15 years ago
Robert Haas 611fed3712 Reset 'ps' display just once when resolving VXID conflicts. 15 years ago
Robert Haas df142bf82c Waiting for complete startup is now a well-defined operation. 15 years ago