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
*
Simplify new pg_ctl newline termination code.
Bruce Momjian
2011-10-06
1
-2
/
+4
*
Add postmaster -C option to query configuration parameters, and have
Bruce Momjian
2011-10-06
1
-7
/
+65
*
Un-break compression of plain-text output format in pg_dump.
Tom Lane
2011-09-25
1
-9
/
+3
*
Fix our mapping of Windows timezones for Central America.
Tom Lane
2011-09-23
1
-1
/
+2
*
Add --{no-,}replication flags to createuser.
Robert Haas
2011-09-23
1
-0
/
+15
*
Propagate with_system_tzdata setting into initdb build.
Tom Lane
2011-09-13
1
-0
/
+5
*
Remove many -Wcast-qual warnings
Peter Eisentraut
2011-09-11
8
-28
/
+28
*
Remove double-quoting of table names in clusterdb. BACKWARD COMPABILITY
Bruce Momjian
2011-09-10
4
-3
/
+5
*
Add missing format attributes
Peter Eisentraut
2011-09-10
2
-3
/
+3
*
Simplify handling of the timezone GUC by making initdb choose the default.
Tom Lane
2011-09-09
4
-12
/
+1249
*
Adjust translator comment format to xgettext expectations
Alvaro Herrera
2011-09-05
1
-4
/
+3
*
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-09-01
4
-4
/
+0
*
setlocale() on Windows doesn't work correctly if the locale name contains
Heikki Linnakangas
2011-09-01
1
-63
/
+7
*
Fix pg_upgrade to preserve toast relfrozenxids for old 8.3 servers.
Bruce Momjian
2011-08-31
1
-9
/
+9
*
Add --if-exists option to dropdb and dropuser.
Robert Haas
2011-08-30
2
-3
/
+18
*
Actually, all of parallel restore's limitations should be tested earlier.
Tom Lane
2011-08-28
1
-15
/
+23
*
Be more user-friendly about unsupported cases for parallel pg_restore.
Tom Lane
2011-08-28
2
-2
/
+13
*
Add markers.
Bruce Momjian
2011-08-26
1
-2
/
+2
*
Clean up weird corner cases in lexing of psql meta-command arguments.
Tom Lane
2011-08-26
3
-179
/
+172
*
Support non-ASCII letters in psql variable names.
Tom Lane
2011-08-26
4
-26
/
+105
*
Add makefile rules to check for backtracking in backend and psql lexers.
Tom Lane
2011-08-25
1
-2
/
+3
*
Fix psql lexer to avoid use of backtracking.
Tom Lane
2011-08-25
1
-1
/
+32
*
Add "%option warn" to all flex input files that lacked it.
Tom Lane
2011-08-25
1
-0
/
+1
*
Change format of SQL/MED generic options in psql backslash commands.
Robert Haas
2011-08-25
1
-7
/
+32
*
Properly quote SQL/MED generic options in pg_dump output.
Robert Haas
2011-08-25
1
-6
/
+11
*
Use consistent format for reporting GetLastError()
Peter Eisentraut
2011-08-23
2
-13
/
+13
*
Translation updates
Peter Eisentraut
2011-08-17
17
-5290
/
+7686
*
Teach pg_controldata and pg_resetxlog about the new backupEndRequired field
Heikki Linnakangas
2011-08-17
2
-0
/
+3
*
Move \r out of translatable strings
Peter Eisentraut
2011-08-17
1
-6
/
+8
*
Adjust total size in pg_basebackup progress report when reality changes
Magnus Hagander
2011-08-16
1
-0
/
+9
*
Make pg_basebackup progress report translatable
Peter Eisentraut
2011-08-16
1
-11
/
+23
*
Use less cryptic variable names
Peter Eisentraut
2011-08-16
1
-37
/
+37
*
Display both per-table and per-column FDW options in psql's \d output.
Robert Haas
2011-08-11
1
-6
/
+18
*
Change psql's \dd command to do something more useful.
Robert Haas
2011-08-11
2
-99
/
+69
*
Teach psql to display the comments on SQL/MED objects in verbose mode.
Robert Haas
2011-08-08
1
-17
/
+44
*
Teach psql to display the comments on conversions and domains.
Robert Haas
2011-08-08
4
-25
/
+55
*
Allow per-column foreign data wrapper options.
Robert Haas
2011-08-05
3
-8
/
+75
*
Teach psql to display comments on languages and casts.
Robert Haas
2011-08-04
4
-19
/
+42
*
Fix pg_restore's direct-to-database mode for standard_conforming_strings.
Tom Lane
2011-07-28
4
-386
/
+67
*
Add missing newlines at end of error messages
Peter Eisentraut
2011-07-26
2
-2
/
+2
*
Replace printf format %i by %d
Peter Eisentraut
2011-07-26
2
-9
/
+9
*
Only display column comments for relkinds that support them.
Robert Haas
2011-07-26
1
-4
/
+20
*
Unbreak Windows builds broken by EDITOR_LINENUMBER_ARG change.
Andrew Dunstan
2011-07-23
1
-1
/
+1
*
Change EDITOR_LINENUMBER_SWITCH to an environment variable
Peter Eisentraut
2011-07-24
2
-8
/
+13
*
Support SECURITY LABEL on databases, tablespaces, and roles.
Robert Haas
2011-07-20
4
-11
/
+111
*
Add \ir command to psql.
Robert Haas
2011-07-06
6
-12
/
+41
*
Attempt to standardize formatting of psql queries.
Robert Haas
2011-07-06
1
-24
/
+24
*
Fix psql's counting of script file line numbers during COPY.
Tom Lane
2011-07-05
1
-1
/
+2
*
Make distprep and *clean build targets recurse into all subdirectories.
Tom Lane
2011-07-03
1
-1
/
+5
*
Unify spelling of "canceled", "canceling", "cancellation"
Peter Eisentraut
2011-06-29
2
-2
/
+2
[next]