Commit Graph

40219 Commits (80647bf65a03e232c995c0826ef394dad8d685fe)
 

Author SHA1 Message Date
Kevin Grittner 80647bf65a Make oldSnapshotControl a pointer to a volatile structure 10 years ago
Peter Eisentraut d8ed83cd7f Fix whitespace 10 years ago
Stephen Frost 6c7b0388c5 Prefix RLS regression test roles with 'regress_' 10 years ago
Peter Eisentraut 29ca231b83 Add directory created during build to gitignore 10 years ago
Tom Lane 81ba9348d8 Fix missing "volatile" in PLy_output(). 10 years ago
Peter Eisentraut ee5dbc8173 cpluspluscheck: Update include path 10 years ago
Fujii Masao cfe96ae24c Fix documented return type of pg_logical_emit_message() in func.sgml. 10 years ago
Fujii Masao 0038c1e218 Use ereport(ERROR) instead of Assert() to emit syncrep_parser error. 10 years ago
Tom Lane f73b2bbbdc Fix poorly thought-through code from commit 5c3c3cd0a3. 10 years ago
Tom Lane 074050f16a pg_dump: add missing "destroyPQExpBuffer(query)" in dumpForeignServer(). 10 years ago
Tom Lane 1630f5b92a Add comment about intentional fallthrough in switch. 10 years ago
Tom Lane 5306df2831 Clean up foreign-key caching code in planner. 10 years ago
Tom Lane 7e3bb08038 Fix access-to-already-freed-memory issue in plpython's error handling. 10 years ago
Andres Freund 008608b9d5 Avoid the use of a separate spinlock to protect a LWLock's wait queue. 10 years ago
Andres Freund 48354581a4 Allow Pin/UnpinBuffer to operate in a lockfree manner. 10 years ago
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