summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-08-25Revert XactLockTableWait context setup in conditional multixact waitAlvaro Herrera
2014-08-25Use newly added InvalidCommandId instead of 0Alvaro Herrera
2014-08-25DefineType: return base type OID, not its arrayAlvaro Herrera
2014-08-25Have CREATE TABLE AS and REFRESH return an OIDAlvaro Herrera
2014-08-25More psprintf goodnessAlvaro Herrera
2014-08-25Oops, forgot to "git add" one last changeAlvaro Herrera
2014-08-25Editorial review of SET UNLOGGEDAlvaro Herrera
2014-08-25Add regression tests for SELECT FOR UPDATE/SHARE NOWAIT.Heikki Linnakangas
2014-08-24Fix another ancient memory-leak bug in relcache.c.Tom Lane
2014-08-23doc: Improve pg_restore help outputPeter Eisentraut
2014-08-22Implement ALTER TABLE .. SET LOGGED / UNLOGGEDAlvaro Herrera
2014-08-22Fix outdated commentAlvaro Herrera
2014-08-22Fix corner-case behaviors in JSON/JSONB field extraction operators.Tom Lane
2014-08-22Fix comment in pg_basebackup.Heikki Linnakangas
2014-08-22Change the way pg_basebackup's tablespace mapping is implemented.Heikki Linnakangas
2014-08-22Fix whitespacePeter Eisentraut
2014-08-21Rework 'MOVE ALL' to 'ALTER .. ALL IN TABLESPACE'Stephen Frost
2014-08-21Add #define INT64_MODIFIER for the printf length modifier for 64-bit ints.Heikki Linnakangas
2014-08-20More regression test cases for json/jsonb extraction operators.Tom Lane
2014-08-20Fix core dump in jsonb #> operator, and add regression test cases.Tom Lane
2014-08-20Use comma+space as the separator in the default search_path.Heikki Linnakangas
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-19Install libpq DLL with $(INSTALL_SHLIB).Noah Misch
2014-08-19Finish adding file version information to installed Windows binaries.Noah Misch
2014-08-19Replace a few strncmp() calls with strlcpy().Noah Misch
2014-08-18Fix further concerns about psql wrapping in expanded mode havingGreg Stark
2014-08-18Reorganize functions in be-secure-openssl.cHeikki Linnakangas
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-16Add opr_sanity queries to inspect commutator/negator links more closely.Tom Lane
2014-08-16Fix bogus commutator/negator links for JSONB containment operators.Tom Lane
2014-08-15Remove remnants of a JENTRY_ISFIRST flag bit.Heikki Linnakangas
2014-08-15Set shared library path for in-tree TAP testsPeter Eisentraut
2014-08-14Add sortsupport routines for text.Robert Haas
2014-08-14Fix help message in pg_ctl.Fujii Masao
2014-08-14Fix whitespacePeter Eisentraut
2014-08-14Add some noreturn attributes based on compiler recommendationsPeter Eisentraut
2014-08-13Prevent memory leaks in parseRelOptions().Tom Lane
2014-08-13Prevent memory leaks in RelationGetIndexList, RelationGetIndexAttrBitmap.Tom Lane
2014-08-13Expose -S option in pg_receivexlog.Fujii Masao
2014-08-12pg_recvlogical message and code improvements.Andres Freund
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-12Add tab-completion for \unset and valid setting values of psql variables.Fujii Masao
2014-08-11Break out OpenSSL-specific code to separate files.Heikki Linnakangas
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-09Small message fixesPeter Eisentraut