aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Fix assorted portability issues with using msync() for data flushing.Tom Lane2016-04-13
* Use PG_INT32_MIN instead of reiterating the constant.Robert Haas2016-04-13
* Provide errno-translation wrappers around bind() and listen() on Windows.Tom Lane2016-04-12
* Fix costing for parallel aggregation.Robert Haas2016-04-12
* Remove unused function GetOldestWALSendPointer from walsender code.Fujii Masao2016-04-13
* Redefine create_upper_paths_hook as being invoked once per upper relation.Tom Lane2016-04-12
* Improve coding of column-name parsing in psql's new crosstabview.c.Tom Lane2016-04-12
* Avoid extra locks in GetSnapshotData if old_snapshot_threshold < 0Kevin Grittner2016-04-12
* Improve API of GenericXLogRegister().Tom Lane2016-04-12
* In generic WAL application and replay, ensure page "hole" is always zero.Tom Lane2016-04-12
* Remove unnecessary definition of _WIN64 in libpq/win32.mak.Tom Lane2016-04-12
* Correct copyright for newly added genericdesc.cStephen Frost2016-04-12
* Fix whitespacePeter Eisentraut2016-04-11
* Fix _SPI_execute_plan() for CREATE TABLE IF NOT EXISTS foo AS ...Tom Lane2016-04-11
* Fix two places that thought Windows64 is indicated by WIN64 macro.Tom Lane2016-04-11
* Fix freshly-introduced PL/Python portability bug.Tom Lane2016-04-11
* Use static inline function for BufferGetPage()Kevin Grittner2016-04-11
* Make oldSnapshotControl a pointer to a volatile structureKevin Grittner2016-04-11
* Fix whitespacePeter Eisentraut2016-04-11
* Prefix RLS regression test roles with 'regress_'Stephen Frost2016-04-11
* Add directory created during build to gitignorePeter Eisentraut2016-04-11
* Fix missing "volatile" in PLy_output().Tom Lane2016-04-11
* cpluspluscheck: Update include pathPeter Eisentraut2016-04-11
* Use ereport(ERROR) instead of Assert() to emit syncrep_parser error.Fujii Masao2016-04-11
* Fix poorly thought-through code from commit 5c3c3cd0a3046339.Tom Lane2016-04-11
* pg_dump: add missing "destroyPQExpBuffer(query)" in dumpForeignServer().Tom Lane2016-04-11
* Add comment about intentional fallthrough in switch.Tom Lane2016-04-10
* Clean up foreign-key caching code in planner.Tom Lane2016-04-10
* Fix access-to-already-freed-memory issue in plpython's error handling.Tom Lane2016-04-10
* Avoid the use of a separate spinlock to protect a LWLock's wait queue.Andres Freund2016-04-10
* Allow Pin/UnpinBuffer to operate in a lockfree manner.Andres Freund2016-04-10
* Fix possible NULL dereference in ExecAlterObjectDependsStmtAlvaro Herrera2016-04-10
* Further minor improvement in generic_xlog.c: always say REGBUF_STANDARD.Tom Lane2016-04-10
* Micro-optimize GenericXLogFinish().Tom Lane2016-04-09
* Fix PL/Python ereport() test to work on Python 2.3.Tom Lane2016-04-09
* Get rid of GenericXLogUnregister().Tom Lane2016-04-09
* Code review/prettification for generic_xlog.c.Tom Lane2016-04-09
* Run pgindent on generic_xlog.c.Tom Lane2016-04-09
* Fix typo in C comment.Kevin Grittner2016-04-09
* Turn special page pointer validation to static inline functionKevin Grittner2016-04-09
* Move \crosstabview regression tests to a separate fileAlvaro Herrera2016-04-08
* Support \crosstabview in psqlAlvaro Herrera2016-04-08
* Add snapshot_too_old to NSVC @contrib_excludesKevin Grittner2016-04-08
* Expose more out/readfuncs support functions.Andres Freund2016-04-08
* Create default rolesStephen Frost2016-04-08
* Reserve the "pg_" namespace for rolesStephen Frost2016-04-08
* Fix improper usage of 'dump' bitmapStephen Frost2016-04-08
* Add the "snapshot too old" featureKevin Grittner2016-04-08
* Modify BufferGetPage() to prepare for "snapshot too old" featureKevin Grittner2016-04-08
* In dumpTable, re-instate the skipping logicStephen Frost2016-04-08