summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-09-11When trace_lwlocks is used, identify individual lwlocks by name.Robert Haas
2015-09-11Correct description of PageHeaderData layout in documentationFujii Masao
2015-09-11doc: Spell checkingPeter Eisentraut
2015-09-10Fix setrefs.c comment properly.Tom Lane
2015-09-10Fix typo in setrefs.cStephen Frost
2015-09-10Fix minor bug in regexp makesearch() function.Tom Lane
2015-09-09Fix oversight in 013ebc0a7b7ea9c1b1ab7a3d4dd75ea121ea8ba7 commitTeodor Sigaev
2015-09-09Microvacuum for GISTTeodor Sigaev
2015-09-09Remove files signaling a standby promotion request at postmaster startupFujii Masao
2015-09-08Lock all relations referred to in updatable viewsStephen Frost
2015-09-08psql: Generic tab completion support for enum and bool GUCs.Andres Freund
2015-09-08Add gin_fuzzy_search_limit to postgresql.conf.sample.Fujii Masao
2015-09-08Improve tab-completion for GRANT and REVOKE.Fujii Masao
2015-09-08Allow per-tablespace effective_io_concurrencyAlvaro Herrera
2015-09-08Fix error message wording in previous sslinfo commitAlvaro Herrera
2015-09-08contrib/sslinfo: add ssl_extension_info SRFAlvaro Herrera
2015-09-07In the pg_rewind test suite, receive WAL fully before promoting.Noah Misch
2015-09-07Coordinate log_line_prefix options 'm' and 'n' to share a timeval.Jeff Davis
2015-09-07Add more sanity checks in contrib/sslinfoAlvaro Herrera
2015-09-07Add log_line_prefix option 'n' for Unix epoch.Jeff Davis
2015-09-07Change type of DOW/DOY to UNITSGreg Stark
2015-09-07Make GIN's cleanup pending list process interruptableTeodor Sigaev
2015-09-07Add pages deleted from pending list to FSMTeodor Sigaev
2015-09-07Update site address of Snowball projectTeodor Sigaev
2015-09-06Adjust sepgsql regression output for recent error context changeJoe Conway
2015-09-06Support RADIUS passwords up to 128 charactersMagnus Hagander
2015-09-06Add ability to reserve WAL upon slot creation via replication protocol.Andres Freund
2015-09-06Move DTK_ISODOW DTK_DOW and DTK_DOY to be type UNITS rather thanGreg Stark
2015-09-05Fix CreateTableSpace() so it will compile without HAVE_SYMLINK.Tom Lane
2015-09-05Rearrange the handling of error context reports.Tom Lane
2015-09-05Fix misc typos.Heikki Linnakangas
2015-09-05Fix brin index summarizing while vacuuming.Tatsuo Ishii
2015-09-04Fix subtransaction cleanup after an outer-subtransaction portal fails.Tom Lane
2015-09-04Make unaccent handle all diacritics known to Unicode, and expand ligatures co...Teodor Sigaev
2015-09-03Assorted code review for recent ProcArrayLock patch.Robert Haas
2015-09-03Document that max_worker_processes must be high enough in standby.Fujii Masao
2015-09-03Disable fsync throughout TAP test suites.Noah Misch
2015-09-02Update the SSL test suite for recent changes to TAP testing framework.Robert Haas
2015-09-02Allow usage of huge maintenance_work_mem for GIN build.Teodor Sigaev
2015-09-01Document that PL/Python now returns floats using repr() not str().Tom Lane
2015-09-01Flush to show results of TestLib.pm (TAP) test as we go.Kevin Grittner
2015-09-01pg_upgrade docs: clarify rsync and move verification stepBruce Momjian
2015-09-01Allow notifications to bgworkers without database connections.Robert Haas
2015-09-01Use <substeps> in pg_upgrade's procedureAlvaro Herrera
2015-08-31Clean up icc + ia64 situation.Tom Lane
2015-08-31docs: remove outdated note about unique indexesBruce Momjian
2015-08-31Allow icc to use the same atomics infrastructure as gcc.Tom Lane
2015-08-31Actually, it's not that hard to merge the Windows pqsignal code ...Tom Lane
2015-08-31Remove theoretically-unnecessary special case for icc.Tom Lane
2015-08-31Remove support for Unix systems without the POSIX signal APIs.Tom Lane