index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
pg_config_manual.h
Age
Commit message (
Expand
)
Author
2017-09-22
Fix s/intidb/initdb/ typo.
Andres Freund
2017-09-20
Make WAL segment size configurable at initdb time.
Andres Freund
2017-01-23
Fix default minimum value for descending sequences
Peter Eisentraut
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-12-07
Implement table partitioning.
Robert Haas
2016-11-25
Bring some clarity to the defaults for the xxx_flush_after parameters.
Tom Lane
2016-05-23
Add support for more extensive testing of raw_expression_tree_walker().
Tom Lane
2016-04-18
Further reduce the number of semaphores used under --disable-spinlocks.
Tom Lane
2016-02-04
Change the way that LWLocks for extensions are allocated.
Robert Haas
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-04-02
Define integer limits independently from the system definitions.
Andres Freund
2015-03-25
Centralize definition of integer limits.
Andres Freund
2015-01-19
Use abbreviated keys for faster sorting of text datums.
Robert Haas
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-12-04
Move PG_AUTOCONF_FILENAME definition
Peter Eisentraut
2014-11-23
Detect PG_PRINTF_ATTRIBUTE automatically.
Noah Misch
2014-11-18
Remove obsolete debugging option, RTDEBUG.
Heikki Linnakangas
2014-10-01
Rename CACHE_LINE_SIZE to PG_CACHE_LINE_SIZE.
Andres Freund
2014-09-25
Add a basic atomic ops API abstracting away platform/architecture details.
Andres Freund
2014-08-11
Break out OpenSSL-specific code to separate files.
Heikki Linnakangas
2014-07-17
Add option to pg_ctl to choose event source for logging
Magnus Hagander
2014-06-17
Revert accidental change of WAL_DEBUG default.
Heikki Linnakangas
2014-06-14
Change the signature of rm_desc so that it's passed a XLogRecord.
Heikki Linnakangas
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-01-27
Fix typos in comments for ALTER SYSTEM.
Fujii Masao
2014-01-08
Reduce the number of semaphores used under --disable-spinlocks.
Robert Haas
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-12-18
Add ALTER SYSTEM command to edit the server configuration file.
Tatsuo Ishii
2013-09-04
Keep heavily-contended fields in XLogCtlInsert on different cache lines.
Heikki Linnakangas
2013-06-27
Cooperate with the Valgrind instrumentation framework.
Noah Misch
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-06-10
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-01-02
Use LWSYNC in place of SYNC/ISYNC in PPC spinlocks, where possible.
Tom Lane
2012-01-02
Use mutex hint bit in PPC LWARX instructions, where possible.
Tom Lane
2011-12-25
Rethink representation of index clauses' mapping to index columns.
Tom Lane
2011-10-10
Revert accidental change to pg_config_manual.h.
Robert Haas
2011-04-28
Use a macro variable PG_PRINTF_ATTRIBUTE for the style used for checking prin...
Andrew Dunstan
2010-12-29
Support unlogged tables.
Robert Haas
2010-12-03
Create core infrastructure for KNNGIST.
Tom Lane
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2010-01-07
Remove all the special-case code for INT64_IS_BUSTED, per decision that
Tom Lane
2009-06-11
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-02-26
Add a -w/--no-password option that prevents all password prompts to all
Peter Eisentraut
2009-01-12
Implement prefetching via posix_fadvise() for bitmap index scans. A new
Tom Lane
2009-01-11
Re-enable the old code in xlog.c that tried to use posix_fadvise(), so that
Tom Lane
2008-07-12
Don't make --enable-cassert turn on RANDOMIZE_ALLOCATED_MEMORY automatically;
Tom Lane
2008-06-24
Reduce the alignment requirement of type "name" from int to char, and arrange
Tom Lane
2008-05-02
Extend yesterday's patch making BLCKSZ and RELSEG_SIZE configurable to also
Tom Lane
2008-05-02
Remove the recently added USE_SEGMENTED_FILES option, and indeed remove all
Tom Lane
2008-04-11
Add some debug support code to try to catch future mistakes in the area of
Tom Lane
[next]