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
/
bin
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revise psql pattern-matching switches as per discussion. The rule is now
Tom Lane
2006-10-09
3
-263
/
+367
*
Move processNamePattern into dumputils.c in preparation for using it in
Tom Lane
2006-10-09
3
-263
/
+268
*
Fix ancient oversight in psql's \d pattern processing code: when seeing two
Tom Lane
2006-10-07
1
-10
/
+13
*
The -X option in pg_dump was supposed to be a workaround for the lack of
Peter Eisentraut
2006-10-07
3
-39
/
+28
*
Message style improvements
Peter Eisentraut
2006-10-06
5
-18
/
+20
*
Fix initdb's logic for picking shared_buffers/max_fsm_pages, which had
Tom Lane
2006-10-04
1
-18
/
+15
*
pgindent run for 8.2.
Bruce Momjian
2006-10-04
32
-896
/
+975
*
pgevent fixes:
Bruce Momjian
2006-10-03
1
-2
/
+2
*
Fix yesno_prompt() memory leak in /script tools, reported by Converity.
Bruce Momjian
2006-10-03
1
-4
/
+12
*
The attached patch changes units of the some default values in
Bruce Momjian
2006-10-03
1
-8
/
+18
*
Fix some misuses of strncat().
Tom Lane
2006-09-27
1
-2
/
+2
*
Remove separate strdup.h header file; it's redundant with port.h.
Tom Lane
2006-09-27
6
-27
/
+6
*
Suppress useless warning on pre-XP versions of Windows. Magnus
Tom Lane
2006-09-24
1
-2
/
+10
*
Fix bugs in plpgsql and ecpg caused by assuming that isspace() would only
Tom Lane
2006-09-22
2
-6
/
+6
*
Surely this temp buffer needn't be static.
Tom Lane
2006-09-22
1
-4
/
+6
*
Rearrange yes/no prompting code so that the prompts always show the
Peter Eisentraut
2006-09-22
6
-38
/
+34
*
Make postgresql.conf.sample match the initdb defaults. This fixes
Bruce Momjian
2006-09-14
1
-3
/
+3
*
Fix pg_dump for recent change removing separate RULE privilege.
Tom Lane
2006-09-08
1
-2
/
+1
*
Revert as not needed/inconsistent with SQL REINDEX:
Bruce Momjian
2006-09-02
1
-8
/
+1
*
Suppress some NOTICE messages from REINDEX command.
Bruce Momjian
2006-09-02
1
-1
/
+8
*
Extend COPY to support COPY (SELECT ...) TO ...
Tom Lane
2006-08-30
1
-1
/
+24
*
Dept. of second thoughts: if query fails part way through, shut down
Tom Lane
2006-08-29
1
-4
/
+13
*
Create a FETCH_COUNT parameter that causes psql to execute SELECT-like
Tom Lane
2006-08-29
5
-483
/
+831
*
Invent an assign-hook mechanism for psql variables similar to the one
Tom Lane
2006-08-29
12
-266
/
+407
*
Make saveHistory work properly on OS X when HISTFILE is set to /dev/null.
Tom Lane
2006-08-27
1
-2
/
+9
*
Add the ability to create indexes 'concurrently', that is, without
Tom Lane
2006-08-25
2
-18
/
+74
*
Make the server track an 'XID epoch', that is, maintain higher-order bits
Tom Lane
2006-08-21
2
-24
/
+67
*
Fixed a few memory leaks. One indeed was part of a loop.
Michael Meskes
2006-08-21
1
-1
/
+4
*
Fix all known problems with pg_dump's handling of serial sequences
Tom Lane
2006-08-21
2
-113
/
+96
*
Fixed a few trivial memory leaks reported by Coverity just to test my setup.
Michael Meskes
2006-08-20
1
-1
/
+7
*
Cause psql to report both the returned data and the command status tag
Tom Lane
2006-08-13
1
-24
/
+42
*
Make the psql line counter 64-bit so it can handle files > 4gig lines.
Bruce Momjian
2006-08-11
3
-6
/
+6
*
Suppress MSVC warnings about weak functions by using
Bruce Momjian
2006-08-09
3
-11
/
+12
*
Make recovery from WAL be restartable, by executing a checkpoint-like
Tom Lane
2006-08-07
2
-31
/
+65
*
Fix bug in new pg_dump -T/-N handling that was dumping system schemas if
Bruce Momjian
2006-08-04
1
-4
/
+12
*
Fix logic to prevent pg_dump from dumping system schemas; bug introduced
Bruce Momjian
2006-08-02
1
-18
/
+27
*
Fix bug I introduced while cleaning up pg_dump -t/-n patch.
Bruce Momjian
2006-08-01
1
-4
/
+2
*
Add pg_dump -X no-data-for-failed-tables option to suppress loading data
Bruce Momjian
2006-08-01
3
-3
/
+26
*
Allow multiple -n (schema) and -t (table) pg_dump options, and add -T
Bruce Momjian
2006-08-01
3
-95
/
+251
*
Change the bootstrap sequence so that toast tables for system catalogs are
Tom Lane
2006-07-31
1
-43
/
+1
*
Aggregate functions now support multiple input arguments. I also took
Tom Lane
2006-07-27
3
-65
/
+72
*
Allow units to be specified with configuration settings.
Peter Eisentraut
2006-07-27
1
-9
/
+9
*
Mark a few functions as static or NOT_USED.
Bruce Momjian
2006-07-18
6
-17
/
+15
*
Improve psql's \df slash command to include the argument names and modes
Neil Conway
2006-07-17
1
-3
/
+30
*
Fix a few places where $Id$ and $Header$ CVS tags had crept into the
Tom Lane
2006-07-16
3
-3
/
+3
*
Fix some missing inclusions identified with new pgcheckdefines tool.
Tom Lane
2006-07-15
2
-10
/
+12
*
Fix some makefiles that fail to yield good results from 'make -qp'.
Tom Lane
2006-07-15
1
-1
/
+5
*
Remove 576 references of include files that were not needed.
Bruce Momjian
2006-07-14
28
-87
/
+29
*
Fix a passel of recently-committed violations of the rule 'thou shalt
Tom Lane
2006-07-14
2
-4
/
+2
*
Allow include files to compile own their own.
Bruce Momjian
2006-07-13
1
-1
/
+2
[next]