Commit Graph

40204 Commits (cf223c3bf5ba16232147c66b5fef4037aafe747c)
 

Author SHA1 Message Date
Tom Lane cf223c3bf5 Improve contrib/bloom regression test using code coverage info. 10 years ago
Alvaro Herrera bd905a0d04 Fix possible NULL dereference in ExecAlterObjectDependsStmt 10 years ago
Tom Lane 660d5fb856 Further minor improvement in generic_xlog.c: always say REGBUF_STANDARD. 10 years ago
Tom Lane 68689c66ef Micro-optimize GenericXLogFinish(). 10 years ago
Tom Lane c7a141a986 Fix PL/Python ereport() test to work on Python 2.3. 10 years ago
Tom Lane 08e785436f Get rid of GenericXLogUnregister(). 10 years ago
Tom Lane 80cf18910c Get rid of blinsert()'s use of GenericXLogUnregister(). 10 years ago
Tom Lane db03cf375d Code review/prettification for generic_xlog.c. 10 years ago
Tom Lane 2dd318d277 Run pgindent on generic_xlog.c. 10 years ago
Kevin Grittner 381200be4b Fix typo in C comment. 10 years ago
Kevin Grittner 56dffb5a73 Turn special page pointer validation to static inline function 10 years ago
Alvaro Herrera 1ff3f420d4 Move \crosstabview regression tests to a separate file 10 years ago
Alvaro Herrera c09b18f21c Support \crosstabview in psql 10 years ago
Kevin Grittner 279d86afdb Add snapshot_too_old to NSVC @contrib_excludes 10 years ago
Andres Freund c1ddd2361f Expose more out/readfuncs support functions. 10 years ago
Stephen Frost 7a542700df Create default roles 10 years ago
Stephen Frost 293007898d Reserve the "pg_" namespace for roles 10 years ago
Stephen Frost fa6075e551 Fix improper usage of 'dump' bitmap 10 years ago
Kevin Grittner 848ef42bb8 Add the "snapshot too old" feature 10 years ago
Kevin Grittner 8b65cf4c5e Modify BufferGetPage() to prepare for "snapshot too old" feature 10 years ago
Stephen Frost 689f9a0588 In dumpTable, re-instate the skipping logic 10 years ago
Teodor Sigaev 8b99edefca Revert CREATE INDEX ... INCLUDING ... 10 years ago
Magnus Hagander 35e2e357cb Add authentication parameters compat_realm and upn_usename for SSPI 10 years ago
Teodor Sigaev cb0c8cbf31 Fix possible use of uninitialised value in ts_headline() 10 years ago
Tom Lane 690c543550 Fix unstable regression test output. 10 years ago
Peter Eisentraut 7c7d4fddab Distrust external OpenSSL clients; clear err queue 10 years ago
Tom Lane 34c33a1f00 Add BSD authentication method. 10 years ago
Robert Haas af025eed53 Add combine functions for various floating-point aggregates. 10 years ago
Teodor Sigaev 38627f6878 Fix output of regression test of contrib/tsearch2 10 years ago
Teodor Sigaev 1ec4c7c055 Restore original tsquery operation numbering. 10 years ago
Andrew Dunstan 76a1c97bf2 Silence warning from modern perl about unescaped braces 10 years ago
Teodor Sigaev 386e3d7609 CREATE INDEX ... INCLUDING (column[, ...]) 10 years ago
Peter Eisentraut 339025c68f Replace printf format %i by %d 10 years ago
Andrew Dunstan 01a07e6c11 Turn down MSVC compiler verbosity 10 years ago
Peter Eisentraut 8b737f9084 Fix printf format 10 years ago
Tom Lane 93c301fc4f Fix multiple bugs in tablespace symlink removal. 10 years ago
Robert Haas 752b948dfc Document which aggregates support partial mode. 10 years ago
Teodor Sigaev 5c3c3cd0a3 Enhanced custom error in PLPythonu 10 years ago
Andres Freund 5364b357fb Increase maximum number of clog buffers. 10 years ago
Robert Haas 25fe8b5f1a Add a 'parallel_degree' reloption. 10 years ago
Robert Haas b0b64f6505 Attempt to fix breakage due to declaration following code. 10 years ago
Peter Eisentraut 2f1d2b7a75 Set PAM_RHOST item for PAM authentication 10 years ago
Teodor Sigaev 4e55b3f033 Rename comparePos() to compareWordEntryPos() 10 years ago
Fujii Masao 196b72fb9a Add regression tests for multiple synchronous standbys. 10 years ago
Robert Haas 0711803775 Use quicksort, not replacement selection, for external sorting. 10 years ago
Robert Haas 719c84c1be Extend relations multiple blocks at a time to improve scalability. 10 years ago
Fujii Masao 8643b91ecf Fix a couple of places in doc that implied there was only one sync standby. 10 years ago
Simon Riggs 137805f89a Use Foreign Key relationships to infer multi-column join selectivity 10 years ago
Stephen Frost 6928484bda GRANT rights to CURRENT_USER instead of adding roles 10 years ago
Teodor Sigaev 3308467905 Zeroing unused parts ducring tsquery construction. 10 years ago