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
/
bin
Age
Commit message (
Expand
)
Author
2011-11-16
Don't elide blank lines when accumulating psql command history.
Robert Haas
2011-11-12
Add psql expanded auto mode
Peter Eisentraut
2011-11-12
Fix psql's \dd version check for operator families.
Robert Haas
2011-11-10
Throw nice error if server is too old to support psql's \ef or \sf command.
Tom Lane
2011-11-10
Avoid platform-dependent infinite loop in pg_dump.
Tom Lane
2011-11-05
Show statistics target for columns in \d+ on a table
Magnus Hagander
2011-11-05
Make psql \d on a sequence show the table/column owning it
Magnus Hagander
2011-11-04
Add missing space in comment
Magnus Hagander
2011-11-03
Properly close replication connection in pg_receivexlog
Magnus Hagander
2011-11-03
Pre-pad WAL files when streaming transaction log
Magnus Hagander
2011-11-03
Support range data types.
Heikki Linnakangas
2011-10-28
Remove hard-coded "\connect postgres" from pg_dumpall.
Robert Haas
2011-10-26
Fix pg_bsd_indent bug where newlines were not being trimmed from typedef
Bruce Momjian
2011-10-26
Implement streaming xlog for backup tools
Magnus Hagander
2011-10-26
MingW doesn't support wcstombs_s()...
Magnus Hagander
2011-10-25
Remove argument decoration that appears unsupported on mingw
Magnus Hagander
2011-10-25
Support configurable eventlog application names on Windows
Magnus Hagander
2011-10-24
Make TABLE tab complation in psql include all relations
Magnus Hagander
2011-10-23
Make psql support tab completion of EXECUTE <prepared-statement-name>.
Tom Lane
2011-10-22
Support synchronization of snapshots through an export/import procedure.
Tom Lane
2011-10-20
Rewrite tab completion's previous-word fetching for more sanity.
Tom Lane
2011-10-19
Suppress remaining -Waddress warnings from recent gcc versions.
Tom Lane
2011-10-19
Suppress -Wunused-result warnings about write() and fwrite().
Tom Lane
2011-10-18
Fix pg_dump to dump casts between auto-generated types.
Tom Lane
2011-10-15
Allow a major PG version psql .psqlrc file to be used if a minor
Bruce Momjian
2011-10-14
Dump all roles first, then all config settings on roles.
Robert Haas
2011-10-13
Have pg_ctl return an exit status of 3 if the server is not running, to
Bruce Momjian
2011-10-06
Simplify new pg_ctl newline termination code.
Bruce Momjian
2011-10-06
Add postmaster -C option to query configuration parameters, and have
Bruce Momjian
2011-09-25
Un-break compression of plain-text output format in pg_dump.
Tom Lane
2011-09-24
Fix our mapping of Windows timezones for Central America.
Tom Lane
2011-09-23
Add --{no-,}replication flags to createuser.
Robert Haas
2011-09-13
Propagate with_system_tzdata setting into initdb build.
Tom Lane
2011-09-11
Remove many -Wcast-qual warnings
Peter Eisentraut
2011-09-10
Remove double-quoting of table names in clusterdb. BACKWARD COMPABILITY
Bruce Momjian
2011-09-10
Add missing format attributes
Peter Eisentraut
2011-09-09
Simplify handling of the timezone GUC by making initdb choose the default.
Tom Lane
2011-09-05
Adjust translator comment format to xgettext expectations
Alvaro Herrera
2011-09-01
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-09-01
setlocale() on Windows doesn't work correctly if the locale name contains
Heikki Linnakangas
2011-09-01
Fix pg_upgrade to preserve toast relfrozenxids for old 8.3 servers.
Bruce Momjian
2011-08-30
Add --if-exists option to dropdb and dropuser.
Robert Haas
2011-08-29
Actually, all of parallel restore's limitations should be tested earlier.
Tom Lane
2011-08-29
Be more user-friendly about unsupported cases for parallel pg_restore.
Tom Lane
2011-08-26
Add markers.
Bruce Momjian
2011-08-26
Clean up weird corner cases in lexing of psql meta-command arguments.
Tom Lane
2011-08-26
Support non-ASCII letters in psql variable names.
Tom Lane
2011-08-25
Add makefile rules to check for backtracking in backend and psql lexers.
Tom Lane
2011-08-25
Fix psql lexer to avoid use of backtracking.
Tom Lane
2011-08-25
Add "%option warn" to all flex input files that lacked it.
Tom Lane
[next]