summaryrefslogtreecommitdiff
path: root/src/tools
AgeCommit message (Expand)Author
2016-03-11Checkpoint sorting and balancing.Andres Freund
2016-03-11Allow to trigger kernel writeback after a configurable number of writes.Andres Freund
2016-03-09Add valgrind suppressions for python code.Andres Freund
2016-03-09Add valgrind suppressions for bootstrap related code.Andres Freund
2016-03-05Expose control file data via SQL accessible functions.Joe Conway
2016-03-04Fix Windows build broken by d78a7d9c7fa3e9cd494b906f065fe7b7fe9fb9a5Teodor Sigaev
2016-03-04Add 'tap_tests' flag in config_default.plAlvaro Herrera
2016-02-29Minor tweaks for new src/test/recoveryAlvaro Herrera
2016-02-26Add a test framework for recoveryAlvaro Herrera
2016-02-25MSVC: Clean tmp_check directory of pg_controldata test suite.Noah Misch
2016-02-20Call xlc __isync() after, not before, associated compare-and-swap.Noah Misch
2016-02-17Add new system view, pg_configJoe Conway
2016-02-04Change the way that LWLocks for extensions are allocated.Robert Haas
2016-01-20Properly install dynloader.h on MSVC buildsBruce Momjian
2016-01-18Restructure index access method API to hide most of it at the C level.Tom Lane
2016-01-07Windows: Make pg_ctl reliably detect service statusAlvaro Herrera
2016-01-02Make copyright.pl cope with nonstandard case choices in copyright notices.Tom Lane
2016-01-02Update copyright for 2016Bruce Momjian
2015-12-28Fix omission of -X (--no-psqlrc) in some psql invocations.Tom Lane
2015-12-18Use just one standalone-backend session for initdb's post-bootstrap steps.Tom Lane
2015-12-15Move buffer I/O and content LWLocks out of the main tranche.Robert Haas
2015-12-10Accept flex > 2.5.x on Windows, too.Tom Lane
2015-11-19fix a perl typoAndrew Dunstan
2015-11-19Improve vcregress.pl's handling of tap tests for client programsAndrew Dunstan
2015-11-06Modify tqueue infrastructure to support transient record types.Robert Haas
2015-10-08Correct pg_indent to pgindent in various comments.Robert Haas
2015-10-03Add CASCADE support for CREATE EXTENSION.Andres Freund
2015-09-30Add a Gather executor node.Robert Haas
2015-09-26Rework the way multixact truncations work.Andres Freund
2015-09-19Glue layer to connect the executor to the shm_mq mechanism.Robert Haas
2015-09-11When trace_lwlocks is used, identify individual lwlocks by name.Robert Haas
2015-08-13MSVC: Exclude 'brin' contrib moduleAlvaro Herrera
2015-08-09docs: update major release notes item checklistBruce Momjian
2015-08-08Document items that should appear in the major release notesBruce Momjian
2015-07-30MSVC: Revert most 9.5 changes to pre-9.5 vcregress.pl tests.Noah Misch
2015-07-30MSVC: Remove duplicate PATH entry in test harness.Noah Misch
2015-07-30MSVC: Future-proof installation file skip logic.Noah Misch
2015-07-29Make TAP tests work on Windows.Heikki Linnakangas
2015-07-06Turn install.bat into a pure one line wrapper fort he perl script.Heikki Linnakangas
2015-07-02Allow MSVC's contribcheck and modulescheck to run independently.Andrew Dunstan
2015-06-30Stamp shared-library minor version numbers for 9.6.Tom Lane
2015-06-30Stamp HEAD as 9.6devel.Tom Lane
2015-06-01pgindent: add typedef blog URLBruce Momjian
2015-05-25pgindent: document location of "all" typedef listsBruce Momjian
2015-05-25pgindent: fix typoBruce Momjian
2015-05-25pgindent: more doc updates for skipping __asm__ filesBruce Momjian
2015-05-25Revert 9.5 pgindent changes to atomics directory filesBruce Momjian
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