index
:
delta/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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Makefile
Commit message (
Expand
)
Author
Age
Files
Lines
*
Integrate pg_bsd_indent into our build/test infrastructure.
Tom Lane
2023-02-12
1
-0
/
+2
*
Remove the option to build thread_test.c outside configure.
Tom Lane
2020-10-21
1
-2
/
+0
*
Fix partial-build problems introduced by having more generated headers.
Tom Lane
2018-04-09
1
-5
/
+0
*
Replace our traditional initial-catalog-data format with a better design.
Tom Lane
2018-04-08
1
-0
/
+5
*
Basic JIT provider and error handling infrastructure.
Andres Freund
2018-03-21
1
-0
/
+4
*
Build src/test/isolation during "make" and "make install".
Noah Misch
2017-11-22
1
-0
/
+1
*
Remove redundant coverage target
Peter Eisentraut
2017-02-17
1
-10
/
+0
*
Logical replication
Peter Eisentraut
2017-01-20
1
-0
/
+1
*
Install TAP test infrastructure so it's available for extension testing.
Tom Lane
2016-09-23
1
-1
/
+2
*
Create src/fe_utils/, and move stuff into there from pg_dump's dumputils.
Tom Lane
2016-03-24
1
-0
/
+1
*
Create libpgcommon, and move pg_malloc et al to it
Alvaro Herrera
2013-02-12
1
-0
/
+1
*
Fix some oversights in distprep and maintainer-clean targets.
Tom Lane
2011-03-10
1
-0
/
+5
*
Make handling of errcodes.h more consistent with other generated headers.
Robert Haas
2011-02-04
1
-12
/
+0
*
Unbreak 'configure' followed immediately by 'make install'.
Robert Haas
2011-02-04
1
-0
/
+1
*
Avoid maintaining three separate copies of the error codes list.
Robert Haas
2011-02-03
1
-0
/
+11
*
Additional fixes for parallel make
Peter Eisentraut
2010-11-17
1
-0
/
+4
*
Improved parallel make support
Peter Eisentraut
2010-11-12
1
-33
/
+14
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
1
-1
/
+1
*
Rethink the way walreceiver is linked into the backend. Instead than shoving
Heikki Linnakangas
2010-01-20
1
-5
/
+5
*
Move build of src/backend/replication/walreceiver/ later in the build
Heikki Linnakangas
2010-01-15
1
-2
/
+5
*
Introduce Streaming Replication.
Heikki Linnakangas
2010-01-15
1
-1
/
+2
*
Update of install-sh, mkinstalldirs, and associated configury
Peter Eisentraut
2009-08-26
1
-2
/
+2
*
Expand test coverage support to entire tree
Peter Eisentraut
2009-08-07
1
-1
/
+10
*
Add the possibility to specify an explicit validator function for foreign-data
Peter Eisentraut
2009-02-24
1
-2
/
+1
*
SQL/MED catalog manipulation facilities
Peter Eisentraut
2008-12-19
1
-1
/
+2
*
Catch all errors in for and while loops in makefiles. Don't ignore any
Peter Eisentraut
2008-03-18
1
-13
/
+13
*
Tsearch2 functionality migrates to core. The bulk of this work is by
Tom Lane
2007-08-21
1
-1
/
+4
*
Remove remains of old depend target.
Peter Eisentraut
2007-01-20
1
-2
/
+2
*
Remove dllinit.c; it was only needed for long-obsolete Cygwin versions,
Tom Lane
2006-06-22
1
-4
/
+1
*
Update Makefile for new thread_test location.
Bruce Momjian
2006-02-04
1
-3
/
+3
*
Allow installation into directories containing spaces in the name.
Peter Eisentraut
2005-12-09
1
-7
/
+7
*
Install pg_regress where PGXS' "make installcheck" can find it.
Alvaro Herrera
2005-11-28
1
-1
/
+2
*
Adjust src/tutorial Makefile so that it can use pgxs. This allows the
Tom Lane
2005-01-13
1
-3
/
+3
*
please find attached an alternate submission which addresses open item
Bruce Momjian
2004-10-06
1
-5
/
+1
*
> Please find enclose a submission to fix these problems.
Bruce Momjian
2004-08-20
1
-1
/
+2
*
PostgreSQL extension makefile framework ("pgxs"), by Fabien Coelho, with
Peter Eisentraut
2004-07-30
1
-1
/
+26
*
Integrate timezone library to be called only from Win32.
Bruce Momjian
2004-04-30
1
-1
/
+4
*
Clean tools/thread on make clean/distclean.
Bruce Momjian
2004-04-26
1
-1
/
+3
*
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2003-11-29
1
-1
/
+1
*
Assorted fixes for Cygwin:
Peter Eisentraut
2002-09-05
1
-1
/
+3
*
Avoid multiple scans of utils/mb/conversion_procs/ subdirectories during
Tom Lane
2002-09-04
1
-1
/
+2
*
Ensure that src/tutorial gets cleaned by top-level make clean.
Tom Lane
2002-07-30
1
-1
/
+3
*
Assemble portability modules into libpgport library.
Peter Eisentraut
2002-07-27
1
-1
/
+4
*
Sic transit src/utils.
Tom Lane
2002-07-18
1
-3
/
+1
*
Move
Peter Eisentraut
2002-03-13
1
-33
/
+40
*
Restructure the key include files per recent pghackers discussion: there
Tom Lane
2001-02-10
1
-1
/
+1
*
Fix unportable use of '!' in shell commands.
Peter Eisentraut
2000-12-30
1
-1
/
+1
*
Fix GNU make detection.
Peter Eisentraut
2000-11-06
1
-4
/
+4
*
Put back old Makefiles, in pgsql and pgsql/src.
Bruce Momjian
2000-06-12
1
-14
/
+34
*
Add makefile to warn about not using gmake.
Bruce Momjian
2000-06-12
1
-0
/
+16
[next]