]> granicus.if.org Git - postgresql/history - src/bin
binary migration: pg_migrator
[postgresql] / src / bin /
2009-12-18 Bruce MomjianInstall server-side language PL/pgSQL by default.
2009-12-18 Tom LaneForce the TZ environment variable to be set during...
2009-12-15 Itagaki TakahiroFix pg_ctl initdb without options.
2009-12-14 Itagaki TakahiroAdditional fixes for large object access control.
2009-12-11 Itagaki TakahiroAdd large object access control.
2009-12-10 Peter EisentrautAdd init[db] option to pg_ctl
2009-12-07 Tom LaneAdd exclusion constraints, which generalize the concept...
2009-12-01 Bruce Momjianpsql -f -
2009-11-25 Tom LaneSimplify psql's new linestyle behavior to default to...
2009-11-22 Tom LaneImprove psql's tabular display of wrapped-around data...
2009-11-21 Peter EisentrautIgnore UTF-8-encoded Unicode byte-order mark at the...
2009-11-20 Tom LaneAdd a WHEN clause to CREATE TRIGGER, allowing a boolean...
2009-11-19 Peter EisentrautTypo: dump -> restore
2009-11-14 Magnus HaganderAdd inheritable ACE when creating a restricted token...
2009-11-12 Tom LaneMake initdb behave sanely when the selected locale...
2009-11-12 Tom LaneRemove plpgsql's separate lexer (finally!), in favor...
2009-11-11 Peter EisentrautIn psql \du, separate the role attributes by comma...
2009-11-10 Tom LaneDo not build psql's flex module on its own, but instead...
2009-11-03 Peter EisentrautIn psql, show view definition only with \d+, not with \d
2009-10-28 Tom LaneFix \df to re-allow regexp special characters in the...
2009-10-20 Peter EisentrautTranslations update for 8.5alpha2
2009-10-16 Heikki LinnakangasFREEZE and VERBOSE options were in wrong order in the...
2009-10-14 Tom LaneSupport SQL-compliant triggers on columns, ie fire...
2009-10-13 Tom LaneAdd "\pset linestyle ascii/unicode" option to psql...
2009-10-12 Tom LaneUse plurals (TABLES, FUNCTIONS, etc) in ALTER DEFAULT...
2009-10-09 Peter EisentrautUse pg_get_triggerdef in pg_dump
2009-10-08 Alvaro HerreraAdd the new psql command \drds to the psql docs, help...
2009-10-07 Alvaro HerreraMake it possibly to specify GUC params per user and...
2009-10-05 Tom LaneCreate an ALTER DEFAULT PRIVILEGES command, which allow...
2009-09-27 Tom LaneSync psql's scanner with recent changes in backend...
2009-09-22 Tom LaneImplement the DO statement to support execution of...
2009-09-19 Tom LaneRemove a couple hundred lines of ugly and tedious-to...
2009-09-19 Tom Lanesql_help.c needs to be cvsignore'd.
2009-09-18 Peter EisentrautEasier to translate psql help
2009-09-13 Tom LaneWrite psql's ~/.psql_history file using history_truncat...
2009-09-11 Tom LaneIncrease the maximum value of extra_float_digits to...
2009-09-07 Magnus HaganderChange our WIN32 API version to be 5.01 (Windows XP...
2009-09-03 Tom LaneRemove initdb's rather gratuitous check to see if the...
2009-09-02 Tom LaneFix pg_ctl's readfile() to not go into infinite loop...
2009-09-01 Alvaro HerreraRemove flatfiles.c, which is now obsolete.
2009-08-31 Tom LaneTrack the current XID wrap limit (or more accurately...
2009-08-28 Peter EisentrautDerived files that are shipped in the distribution...
2009-08-27 Tom LaneMake it reasonably safe to use pg_ctl to start the...
2009-08-26 Peter EisentrautUpdate of install-sh, mkinstalldirs, and associated...
2009-08-24 Tom LaneFix inclusions of readline/editline header files so...
2009-08-24 Alvaro HerreraRemove unused variable.
2009-08-07 Tom LaneModify parallel pg_restore to track pending and ready...
2009-08-07 Peter EisentrautExpand test coverage support to entire tree
2009-08-07 Tom LaneTry to defend against the possibility that libpq is...
2009-08-04 Tom LaneFix pg_dump to do the right thing when escaping the...
2009-08-04 Tom LaneSuppress pointer-signedness warning.
2009-08-04 Tom LaneSupport hex-string input and output for type BYTEA.
2009-08-02 Tom LaneAdd ALTER TABLE ... ALTER COLUMN ... SET STATISTICS...
2009-07-29 Tom LaneSupport deferrable uniqueness constraints.
2009-07-25 Tom LaneCode review for FORCE QUOTE * patch: fix error checking...
2009-07-24 Peter EisentrautDocument \dg+ and \du+
2009-07-23 Tom LaneTeach pg_dump to dump comments attached to the columns...
2009-07-21 Tom LaneMake pg_dump/pg_restore --clean options drop large...
2009-07-20 Bruce MomjianProperly restore pg_largeobject.relfozenxid in binary...
2009-07-20 Tom LaneRemove unnecessary and version-sensitive dependence...
2009-07-14 Tom LaneTweak the core scanner so that it can be used by plpgsq...
2009-07-07 Tom LaneJust a little more schema-qualification ...
2009-07-07 Peter Eisentrautpsql backward compatibility fix
2009-07-07 Peter EisentrautSort child tables by name instead of OID in \d+ display
2009-07-07 Tom LaneCode review for patch to show definition of index colum...
2009-07-06 Peter EisentrautShow definition of index columns in \d on index
2009-07-03 Peter EisentrautHave \d show child tables that inherit from the specifi...
2009-07-02 Tom LaneFix up pg_dump's --binary-upgrade option so that it...
2009-06-26 Peter EisentrautTranslation updates for 8.4 release.
2009-06-23 Tom LaneFix the makefiles to fail cleanly if Perl is needed...
2009-06-13 Peter EisentrautTweak the display of incoming foreign-key constraints...
2009-06-12 Tom LaneFix several places where a function was declared static...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-06-10 Peter EisentrautTranslation updates
2009-06-10 Peter EisentrautClarify error message
2009-06-04 Tom LaneTrivial code style cleanup around a couple of ngettext...
2009-06-04 Tom LaneRemove a couple of debugging messages that have been...
2009-06-03 Tom LaneChange rather bizarre code ordering in get_id(). This...
2009-05-27 Peter EisentrautFix to use the same format specifiers in both branches...
2009-05-27 Tom LaneIgnore RECHECK in CREATE OPERATOR CLASS, just throwing...
2009-05-26 Tom LaneAllow the second argument of pg_get_expr() to be just...
2009-05-21 Peter EisentrautConvert some messages to use ngettext().
2009-05-14 Alvaro HerreraTranslation updates
2009-05-10 Tom LaneAdjust pg_dumpall so that it emits ENCODING, LC_COLLATE...
2009-05-05 Tom LaneCode review for \df rewrite: fix assorted bugs, make...
2009-05-04 Heikki LinnakangasFix the query used for \d against 8.2 and 8.3 servers.
2009-05-03 Tom LaneFix pg_resetxlog to remove archive status files along...
2009-04-28 Bruce MomjianIn VACUUM, FREEZE must be before ANALYZE; fix this...
2009-04-26 Tom LaneRemove Windows-specific definition of S_ISDIR(). This...
2009-04-22 Bruce MomjianUse brackets in psql \df \? help.
2009-04-21 Bruce MomjianImprove psql \df error handling.
2009-04-21 Bruce MomjianMerge psql \df options into a single \? line, and updat...
2009-04-21 Bruce MomjianAdd agg/normal/trigger/window flags for psql \df and...
2009-04-14 Alvaro Herrerapg_restore -jN does not equate "multiple jobs", so...
2009-04-13 Alvaro HerreraMake new strings more alike previously existing messages.
2009-04-12 Andrew DunstanFix logic to detect conflicts or blocks involving exclu...
2009-04-11 Tom LaneFix pg_dumpall so that when --clean is specified, it...
2009-04-11 Alvaro HerreraMake string more alike other similar messages.
2009-04-11 Peter EisentrautMessage fix
2009-04-11 Peter EisentrautMessage improvement
next