summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2014-09-24Fix incorrect search for "x?" style matches in creviterdissect().Tom Lane
2014-09-23Log ALTER SYSTEM statements as DDLStephen Frost
2014-09-23Process withCheckOption exprs in setrefs.cStephen Frost
2014-09-22Fix mishandling of CreateEventTrigStmt's eventname field.Robert Haas
2014-09-12Support ALTER SYSTEM RESET command.Fujii Masao
2014-09-12Fix GIN data page split ratio calculation.Heikki Linnakangas
2014-09-12Fix power_var_int() for large integer exponents.Tom Lane
2014-09-11Remove dead InRecovery check.Heikki Linnakangas
2014-09-09Preserve AND/OR flatness while extracting restriction OR clauses.Tom Lane
2014-09-09Fix spinlock implementation for some !solaris sparc platforms.Andres Freund
2014-09-09Move ALTER ... ALL IN to ProcessUtilitySlowStephen Frost
2014-09-05Assorted message fixes and improvementsPeter Eisentraut
2014-09-04Fix segmentation fault that an empty prepared statement could cause.Fujii Masao
2014-08-31Declare lwlock.c's LWLockAcquireCommon() as a static inline.Andres Freund
2014-08-29pg_is_xlog_replay_paused(): remove super-user-only restrictionBruce Momjian
2014-08-29Fix bug in compressed GIN data leaf page splitting code.Heikki Linnakangas
2014-08-29Assorted message improvementsPeter Eisentraut
2014-08-27Fix FOR UPDATE NOWAIT on updated tuple chainsAlvaro Herrera
2014-08-27Fix Var handling for security barrier viewsStephen Frost
2014-08-26Fix superuser concurrent refresh of matview owned by another.Kevin Grittner
2014-08-25Revert XactLockTableWait context setup in conditional multixact waitAlvaro Herrera
2014-08-22Fix outdated commentAlvaro Herrera
2014-08-22Fix corner-case behaviors in JSON/JSONB field extraction operators.Tom Lane
2014-08-21Rework 'MOVE ALL' to 'ALTER .. ALL IN TABLESPACE'Stephen Frost
2014-08-20Fix core dump in jsonb #> operator, and add regression test cases.Tom Lane
2014-08-19Revert "Fix bug in checking of IDENTIFY_SYSTEM result."Fujii Masao
2014-08-19Fix bug in checking of IDENTIFY_SYSTEM result.Fujii Masao
2014-08-18Use ISO 8601 format for dates converted to JSON, too.Tom Lane
2014-08-16Fix bogus return macros in range_overright_internal().Tom Lane
2014-08-12Be less aggressive in asking for feedback of logical walsender clients.Andres Freund
2014-08-12Change first call of ProcessConfigFile so as to process only data_directory.Fujii Masao
2014-08-09Clean up handling of unknown-type inputs in json_build_object and friends.Tom Lane
2014-08-09Further cleanup of JSON-specific error messages.Tom Lane
2014-08-09Reject duplicate column names in foreign key referenced-columns lists.Tom Lane
2014-08-07pg_upgrade: prevent oid conflicts with new-cluster TOAST tablesBruce Momjian
2014-08-06Change ParseConfigFp() so that it doesn't process unused entry of each parame...Fujii Masao
2014-08-05Improve some JSON error messages.Robert Haas
2014-07-30Avoid wholesale autovacuuming when autovacuum is nominally off.Tom Lane
2014-07-30Fix mishandling of background worker PGPROCs in EXEC_BACKEND builds.Robert Haas
2014-07-29Oops, fix recoveryStopsBefore functions for regular commits.Heikki Linnakangas
2014-07-29Treat 2PC commit/abort the same as regular xacts in recovery.Heikki Linnakangas
2014-07-28Fix obsolete statement in smgr/README.Tom Lane
2014-07-24Prevent shm_mq_send from reading uninitialized memory.Robert Haas
2014-07-24Fix checkpointer crash in EXEC_BACKEND builds.Robert Haas
2014-07-24Properly remove ephemeral replication slots after a crash restart.Andres Freund
2014-07-24Avoid access to already-released lock in LockRefindAndRelease.Robert Haas
2014-07-22Re-enable error for "SELECT ... OFFSET -1".Tom Lane
2014-07-22Check block number against the correct fork in get_raw_page().Tom Lane
2014-07-22Allow empty string object keys in json_object().Andrew Dunstan
2014-07-22Reject out-of-range numeric timezone specifications.Tom Lane