index
:
users/simon/postgres.git
dev_hot_standby
hot_standby
master
recoveryinfra
Simon's dev repository
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bin
Age
Commit message (
Expand
)
Author
2009-10-05
Create an ALTER DEFAULT PRIVILEGES command, which allows users to adjust
Tom Lane
2009-09-27
Sync psql's scanner with recent changes in backend scanner's flex rules.
Tom Lane
2009-09-22
Implement the DO statement to support execution of PL code without having
Tom Lane
2009-09-19
Remove a couple hundred lines of ugly and tedious-to-maintain code by not
Tom Lane
2009-09-19
sql_help.c needs to be cvsignore'd.
Tom Lane
2009-09-18
Easier to translate psql help
Peter Eisentraut
2009-09-13
Write psql's ~/.psql_history file using history_truncate_file() and
Tom Lane
2009-09-11
Increase the maximum value of extra_float_digits to 3, and have pg_dump
Tom Lane
2009-09-07
Change our WIN32 API version to be 5.01 (Windows XP), to bring in the proper
Magnus Hagander
2009-09-03
Remove initdb's rather gratuitous check to see if the backend created a
Tom Lane
2009-09-02
Fix pg_ctl's readfile() to not go into infinite loop on an empty file
Tom Lane
2009-09-01
Remove flatfiles.c, which is now obsolete.
Alvaro Herrera
2009-08-31
Track the current XID wrap limit (or more accurately, the oldest unfrozen
Tom Lane
2009-08-28
Derived files that are shipped in the distribution used to be built in the
Peter Eisentraut
2009-08-27
Make it reasonably safe to use pg_ctl to start the postmaster from a boot-time
Tom Lane
2009-08-26
Update of install-sh, mkinstalldirs, and associated configury
Peter Eisentraut
2009-08-24
Fix inclusions of readline/editline header files so that we only attempt to
Tom Lane
2009-08-24
Remove unused variable.
Alvaro Herrera
2009-08-07
Modify parallel pg_restore to track pending and ready items by means of
Tom Lane
2009-08-07
Expand test coverage support to entire tree
Peter Eisentraut
2009-08-07
Try to defend against the possibility that libpq is still in COPY_IN state
Tom Lane
2009-08-04
Fix pg_dump to do the right thing when escaping the contents of large objects.
Tom Lane
2009-08-04
Suppress pointer-signedness warning.
Tom Lane
2009-08-04
Support hex-string input and output for type BYTEA.
Tom Lane
2009-08-02
Add ALTER TABLE ... ALTER COLUMN ... SET STATISTICS DISTINCT
Tom Lane
2009-07-29
Support deferrable uniqueness constraints.
Tom Lane
2009-07-25
Code review for FORCE QUOTE * patch: fix error checking to consider FORCE
Tom Lane
2009-07-24
Document \dg+ and \du+
Peter Eisentraut
2009-07-23
Teach pg_dump to dump comments attached to the columns of a composite type.
Tom Lane
2009-07-21
Make pg_dump/pg_restore --clean options drop large objects too.
Tom Lane
2009-07-20
Properly restore pg_largeobject.relfozenxid in binary upgrade mode.
Bruce Momjian
2009-07-20
Remove unnecessary and version-sensitive dependence on the exact set of
Tom Lane
2009-07-14
Tweak the core scanner so that it can be used by plpgsql too.
Tom Lane
2009-07-07
Just a little more schema-qualification ...
Tom Lane
2009-07-07
psql backward compatibility fix
Peter Eisentraut
2009-07-07
Sort child tables by name instead of OID in \d+ display
Peter Eisentraut
2009-07-07
Code review for patch to show definition of index columns in \d on index.
Tom Lane
2009-07-06
Show definition of index columns in \d on index
Peter Eisentraut
2009-07-03
Have \d show child tables that inherit from the specified parent
Peter Eisentraut
2009-07-02
Fix up pg_dump's --binary-upgrade option so that it behaves properly with
Tom Lane
2009-06-26
Translation updates for 8.4 release.
Peter Eisentraut
2009-06-23
Fix the makefiles to fail cleanly if Perl is needed but not present. This
Tom Lane
2009-06-13
Tweak the display of incoming foreign-key constraints in \d, per discussion
Peter Eisentraut
2009-06-12
Fix several places where a function was declared static and then defined
Tom Lane
2009-06-11
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-10
Translation updates
Peter Eisentraut
2009-06-10
Clarify error message
Peter Eisentraut
2009-06-04
Trivial code style cleanup around a couple of ngettext calls.
Tom Lane
2009-06-04
Remove a couple of debugging messages that have been #ifdef'd out for ages.
Tom Lane
2009-06-03
Change rather bizarre code ordering in get_id(). This isn't strictly
Tom Lane
[next]