summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-05-24Remove no-longer-required function declarations.Tom Lane
2015-05-24pgindent run for 9.5Bruce Momjian
2015-05-24Update typedef file in preparation for pgindent runBruce Momjian
2015-05-24Improve pgindent instructions regarding Perl backup filesBruce Momjian
2015-05-23Add error check for lossy distance functions in index-only scans.Tom Lane
2015-05-23Fix incorrect snprintf() limit.Tom Lane
2015-05-23Still more fixes for lossy-GiST-distance-functions patch.Tom Lane
2015-05-23Fix yet another bug in ON CONFLICT rule deparsing.Andres Freund
2015-05-22Remove the new UPSERT command tag and use INSERT instead.Andres Freund
2015-05-22Fix recently-introduced crash in array_contain_compare().Tom Lane
2015-05-22Unpack jbvBinary objects passed to pushJsonbValueAndrew Dunstan
2015-05-22Minor enhancement of readability of ALTER TABLE syntax in the doc.Fujii Masao
2015-05-22At promotion, don't leave behind a partial segment on the old timeline.Heikki Linnakangas
2015-05-21More fixes for lossy-GiST-distance-functions patch.Tom Lane
2015-05-21Improve packing/alignment annotation for ItemPointerData.Tom Lane
2015-05-21Correct two mistakes in the ALTER FOREIGN TABLE reference page.Robert Haas
2015-05-21Correct the names of pgstattuple_approx output columns in the doc.Fujii Masao
2015-05-21Make recovery_target_action = pause work.Fujii Masao
2015-05-20Another typo fix.Tom Lane
2015-05-20Fix more typos in comments.Heikki Linnakangas
2015-05-20Collection of typo fixes.Heikki Linnakangas
2015-05-19Fix spelling in commentSimon Riggs
2015-05-19Last-minute updates for release notes.Tom Lane
2015-05-19Revert error-throwing wrappers for the printf family of functions.Tom Lane
2015-05-19Various fixes around ON CONFLICT for rule deparsing.Andres Freund
2015-05-19Refactor ON CONFLICT index inference parse tree representation.Andres Freund
2015-05-19Fix off-by-one error in Assertion.Heikki Linnakangas
2015-05-19Avoid collation dependence in indexes of system catalogs.Tom Lane
2015-05-19Revert "Change pg_seclabel.provider and pg_shseclabel.provider to type "name"."Tom Lane
2015-05-19Message string improvementsPeter Eisentraut
2015-05-19Fix parse tree of DROP TRANSFORM and COMMENT ON TRANSFORMPeter Eisentraut
2015-05-19Change pg_seclabel.provider and pg_shseclabel.provider to type "name".Tom Lane
2015-05-18Attach ON CONFLICT SET ... WHERE to the correct planstate.Andres Freund
2015-05-18Put back a backwards-compatible version of sampling support functions.Tom Lane
2015-05-18Recognize "REGRESS_OPTS += ..." syntax in MSVC build scripts.Tom Lane
2015-05-18Fix error message in pre_sync_fname.Robert Haas
2015-05-18Last-minute updates for release notes.Tom Lane
2015-05-18pgcrypto: Report errant decryption as "Wrong key or corrupt data".Noah Misch
2015-05-18Check return values of sensitive system library calls.Noah Misch
2015-05-18Add error-throwing wrappers for the printf family of functions.Noah Misch
2015-05-18Permit use of vsprintf() in PostgreSQL code.Noah Misch
2015-05-18Prevent a double free by not reentering be_tls_close().Noah Misch
2015-05-18Fix typo in comment.Heikki Linnakangas
2015-05-18Put back stats-collector restarting code, removed accidentally.Heikki Linnakangas
2015-05-18Don't classify REINDEX command as DDL in the pg_audit doc.Fujii Masao
2015-05-18Add new files to nls.mkPeter Eisentraut
2015-05-18Fix failure to copy IndexScan.indexorderbyops in copyfuncs.c.Tom Lane
2015-05-18Use += not = to set makefile variables after including base makefiles.Tom Lane
2015-05-17Release notes for 9.4.2, 9.3.7, 9.2.11, 9.1.16, 9.0.20.Tom Lane
2015-05-17Fix wording error caused by recent typo fixesMagnus Hagander