summaryrefslogtreecommitdiff
path: root/src/tools/pgindent
AgeCommit message (Expand)Author
2016-04-11Make oldSnapshotControl a pointer to a volatile structureKevin Grittner
2016-04-11Allow Pin/UnpinBuffer to operate in a lockfree manner.Andres Freund
2016-04-05Support ALTER THING .. DEPENDS ON EXTENSIONAlvaro Herrera
2016-03-21Introduce WaitEventSet API.Andres Freund
2016-03-11Checkpoint sorting and balancing.Andres Freund
2016-03-11Allow to trigger kernel writeback after a configurable number of writes.Andres Freund
2016-02-04Change the way that LWLocks for extensions are allocated.Robert Haas
2015-12-15Move buffer I/O and content LWLocks out of the main tranche.Robert Haas
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-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-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-24Update typedef file in preparation for pgindent runBruce Momjian
2015-05-24Improve pgindent instructions regarding Perl backup filesBruce Momjian
2015-05-20Fix more typos in comments.Heikki Linnakangas
2015-02-09Move pg_lzcompress.c to src/common.Fujii Masao
2014-08-21Rework 'MOVE ALL' to 'ALTER .. ALL IN TABLESPACE'Stephen Frost
2014-07-14Move view reloptions into their own varlena structAlvaro Herrera
2014-05-07Remove pgindent ecpg exclusion patternBruce Momjian
2014-05-06Improve pgindent test instructionsBruce Momjian
2014-05-06pgindent run for 9.4Bruce Momjian
2014-05-06Adjust pgindent to remove tabs after periods in C comments.Bruce Momjian
2014-05-06Update typedef list in preparation for pgindent runBruce Momjian
2014-03-10Allow logical decoding via the walsender interface.Robert Haas
2014-03-03Introduce logical decoding.Robert Haas
2014-02-12Rename 'gmake' to 'make' in docs and recommended commandsBruce Momjian
2014-02-01Introduce replication slots.Robert Haas
2014-01-31pgindent: add Perl commentBruce Momjian
2014-01-31pgindent: add --list-of-typedefs optionBruce Momjian
2014-01-31pgindent: preserve blank lines around #else/#endifBruce Momjian
2014-01-27Relax the requirement that all lwlocks be stored in a single array.Robert Haas
2014-01-18Add ALTER TABLESPACE ... MOVE commandStephen Frost
2013-12-20pg_prewarm, a contrib module for prewarming relationd data.Robert Haas
2013-12-11Add new wal_level, logical, sufficient for logical decoding.Robert Haas
2013-11-10Fix whitespace issues found by git diff --check, add gitattributesPeter Eisentraut
2013-09-05Eliminate pg_rewrite.ev_attr column and related dead code.Kevin Grittner
2013-06-01Minor spelling fixesStephen Frost
2013-05-31Remove whitespace from end of linesPeter Eisentraut
2013-05-29pgindent run for release 9.3Bruce Momjian
2013-04-16pgindent: add newline to die() so script line number is not reported on fail...Bruce Momjian
2013-04-12pgindent: improve error messagesBruce Momjian
2013-04-12pgindent: fix downloading of BSD indent binaryBruce Momjian
2013-02-15pgindent: Fix order in instructionsPeter Eisentraut
2013-01-07Fix a logic bug in pgindent.Andrew Dunstan