- 05 Nov, 2019 1 commit
-
-
Andres Freund authored
When maintaining or merging patches, one of the most common sources for conflicts are the list of objects in makefiles. Especially when the split across lines has been changed on both sides, which is somewhat common due to attempting to stay below 80 columns, those conflicts are unnecessarily laborious to resolve. By splitting, and alphabetically sorting, OBJS style lines into one object per line, conflicts should be less frequent, and easier to resolve when they still occur. Author: Andres Freund Discussion: https://postgr.es/m/20191029200901.vww4idgcxv74cwes@alap3.anarazel.de
-
- 20 Sep, 2010 1 commit
-
-
Magnus Hagander authored
-
- 28 Mar, 2010 1 commit
-
-
Tom Lane authored
fixes things so that it works for cases where nested removals are possible. The overhead of the optimization should be significantly less, as well.
-
- 19 Feb, 2008 1 commit
-
-
Peter Eisentraut authored
-
- 20 Jan, 2007 1 commit
-
-
Peter Eisentraut authored
-
- 11 Apr, 2005 1 commit
-
-
Tom Lane authored
into indexscans on matching indexes. For the moment, it only handles int4 and text datatypes; next step is to add a column to pg_aggregate so that all MIN/MAX aggregates can be handled. Per my recent proposal.
-
- 29 Nov, 2003 1 commit
-
-
PostgreSQL Daemon authored
$Header: -> $PostgreSQL Changes ...
-
- 31 Aug, 2000 1 commit
-
-
Peter Eisentraut authored
to one another. Sort out builddir vs srcdir variable namings. Remove some now obsoleted make variables.
-
- 29 May, 2000 1 commit
-
-
Tom Lane authored
the src/include tree, so that -I backend is no longer necessary anywhere. Also, clean up some bit rot in contrib tree.
-
- 13 Dec, 1999 1 commit
-
-
Bruce Momjian authored
-
- 09 Dec, 1999 1 commit
-
-
Bruce Momjian authored
-
- 06 Apr, 1998 1 commit
-
-
Bruce Momjian authored
Attached you'll find a (big) patch that fixes make dep and make depend in all Makefiles where I found it to be appropriate. It also removes the dependency in Makefile.global for NAMEDATALEN and OIDNAMELEN by making backend/catalog/genbki.sh and bin/initdb/initdb.sh a little smarter. This no longer requires initdb.sh that is turned into initdb with a sed script when installing Postgres, hence initdb.sh should be renamed to initdb (after the patch has been applied :-) ) This patch is against the 6.3 sources, as it took a while to complete. Please review and apply, Cheers, Jeroen van Vianen
-
- 13 Feb, 1998 1 commit
-
-
Vadim B. Mikheev authored
of some global variables to support subselects and calls union_planner(). Calls to SS_replace_correlation_vars() and SS_process_sublinks() in query_planner() before planning. Get rid of #ifdef INDEXSCAN_PATCH in createplan.c.
-
- 20 Dec, 1997 1 commit
-
-
Marc G. Fournier authored
some of the ports...
-
- 19 Dec, 1997 1 commit
-
-
Marc G. Fournier authored
Makefile.global. End result, if all goes well, should allow for much easier porting, since there will no longer be a concept of a "port". Most, if not everything, *should* be determined by configure, or by the compiler itself. Still work to be done though :)
-
- 09 Nov, 1996 1 commit
-
-
Bruce Momjian authored
-
- 31 Oct, 1996 1 commit
-
-
Marc G. Fournier authored
Add #include "postgres.h" and #include <sys/types.h>
-
- 27 Oct, 1996 1 commit
-
-
Bryan Henderson authored
-