Commit Graph

40228 Commits (bdf7db81921deb99fd9d489cbcc635906c89e215)
 

Author SHA1 Message Date
Tom Lane bdf7db8192 In generic WAL application and replay, ensure page "hole" is always zero. 9 years ago
Teodor Sigaev 813b456ea2 Add page id to bloom index 9 years ago
Tom Lane e7bcde8ca0 Remove unnecessary definition of _WIN64 in libpq/win32.mak. 9 years ago
Stephen Frost cd13471f2e Correct copyright for newly added genericdesc.c 9 years ago
Peter Eisentraut 70715e6a60 Fix whitespace 9 years ago
Tom Lane 39c283e498 Fix _SPI_execute_plan() for CREATE TABLE IF NOT EXISTS foo AS ... 9 years ago
Tom Lane b0e40d1893 Fix two places that thought Windows64 is indicated by WIN64 macro. 9 years ago
Tom Lane 1d2f9de38d Fix freshly-introduced PL/Python portability bug. 9 years ago
Kevin Grittner a6f6b78196 Use static inline function for BufferGetPage() 9 years ago
Kevin Grittner 80647bf65a Make oldSnapshotControl a pointer to a volatile structure 9 years ago
Peter Eisentraut d8ed83cd7f Fix whitespace 9 years ago
Stephen Frost 6c7b0388c5 Prefix RLS regression test roles with 'regress_' 9 years ago
Peter Eisentraut 29ca231b83 Add directory created during build to gitignore 9 years ago
Tom Lane 81ba9348d8 Fix missing "volatile" in PLy_output(). 9 years ago
Peter Eisentraut ee5dbc8173 cpluspluscheck: Update include path 9 years ago
Fujii Masao cfe96ae24c Fix documented return type of pg_logical_emit_message() in func.sgml. 9 years ago
Fujii Masao 0038c1e218 Use ereport(ERROR) instead of Assert() to emit syncrep_parser error. 9 years ago
Tom Lane f73b2bbbdc Fix poorly thought-through code from commit 5c3c3cd0a3. 9 years ago
Tom Lane 074050f16a pg_dump: add missing "destroyPQExpBuffer(query)" in dumpForeignServer(). 9 years ago
Tom Lane 1630f5b92a Add comment about intentional fallthrough in switch. 9 years ago
Tom Lane 5306df2831 Clean up foreign-key caching code in planner. 9 years ago
Tom Lane 7e3bb08038 Fix access-to-already-freed-memory issue in plpython's error handling. 9 years ago
Andres Freund 008608b9d5 Avoid the use of a separate spinlock to protect a LWLock's wait queue. 9 years ago
Andres Freund 48354581a4 Allow Pin/UnpinBuffer to operate in a lockfree manner. 9 years ago
Tom Lane cf223c3bf5 Improve contrib/bloom regression test using code coverage info. 9 years ago
Alvaro Herrera bd905a0d04 Fix possible NULL dereference in ExecAlterObjectDependsStmt 9 years ago
Tom Lane 660d5fb856 Further minor improvement in generic_xlog.c: always say REGBUF_STANDARD. 9 years ago
Tom Lane 68689c66ef Micro-optimize GenericXLogFinish(). 9 years ago
Tom Lane c7a141a986 Fix PL/Python ereport() test to work on Python 2.3. 9 years ago
Tom Lane 08e785436f Get rid of GenericXLogUnregister(). 9 years ago
Tom Lane 80cf18910c Get rid of blinsert()'s use of GenericXLogUnregister(). 9 years ago
Tom Lane db03cf375d Code review/prettification for generic_xlog.c. 9 years ago
Tom Lane 2dd318d277 Run pgindent on generic_xlog.c. 9 years ago
Kevin Grittner 381200be4b Fix typo in C comment. 9 years ago
Kevin Grittner 56dffb5a73 Turn special page pointer validation to static inline function 9 years ago
Alvaro Herrera 1ff3f420d4 Move \crosstabview regression tests to a separate file 9 years ago
Alvaro Herrera c09b18f21c Support \crosstabview in psql 9 years ago
Kevin Grittner 279d86afdb Add snapshot_too_old to NSVC @contrib_excludes 9 years ago
Andres Freund c1ddd2361f Expose more out/readfuncs support functions. 9 years ago
Stephen Frost 7a542700df Create default roles 9 years ago
Stephen Frost 293007898d Reserve the "pg_" namespace for roles 9 years ago
Stephen Frost fa6075e551 Fix improper usage of 'dump' bitmap 9 years ago
Kevin Grittner 848ef42bb8 Add the "snapshot too old" feature 9 years ago
Kevin Grittner 8b65cf4c5e Modify BufferGetPage() to prepare for "snapshot too old" feature 9 years ago
Stephen Frost 689f9a0588 In dumpTable, re-instate the skipping logic 9 years ago
Teodor Sigaev 8b99edefca Revert CREATE INDEX ... INCLUDING ... 9 years ago
Magnus Hagander 35e2e357cb Add authentication parameters compat_realm and upn_usename for SSPI 9 years ago
Teodor Sigaev cb0c8cbf31 Fix possible use of uninitialised value in ts_headline() 9 years ago
Tom Lane 690c543550 Fix unstable regression test output. 9 years ago
Peter Eisentraut 7c7d4fddab Distrust external OpenSSL clients; clear err queue 9 years ago