]> granicus.if.org Git - postgresql/history - src/bin
This patch will ensure that the hash table iteration performed by
[postgresql] / src / bin /
2005-05-07 Bruce MomjianAdd COPY WITH CVS HEADER to allow a heading line as...
2005-05-04 Tom LaneUse postmaster_is_alive() check in pg_ctl restart as...
2005-05-04 Tom LaneSpell DELIMITER correctly, per Seamus Dean.
2005-04-30 Neil ConwayGCC 4.0 includes a new warning option, -Wformat-literal...
2005-04-29 Bruce MomjianRemove extern from optreset that was just added.
2005-04-29 Bruce MomjianBackpatch BCC compile changes to 8.0.X for psql.
2005-04-29 Neil ConwayThis patch fixes a bug in the error message emitted...
2005-04-28 Tom LaneImplement sharable row-level locks, and use them for...
2005-04-28 Dennis BjorklundFix a whitespace problem. From Alvaro Herrera.
2005-04-28 Bruce MomjianAdd psql \set ON_ERROR_ROLLBACK to allow statements...
2005-04-21 Tom LaneRethink original decision to use AND/OR Expr nodes...
2005-04-20 Tom LaneMake pg_ctl status do a kill() test to verify that...
2005-04-18 Tom Lanepg_dumpall should enforce the server version check...
2005-04-15 Tom LaneRevert addition of poorly-thought-out DUMP TIMESTAMP...
2005-04-13 Tom LaneSimplify initdb-time assignment of OIDs as I proposed...
2005-04-12 Tom LaneRemove unnecessary UPDATE commands to assign explicit...
2005-04-12 Peter EisentrautRevert mistaken renaming of UTF-8.
2005-04-12 Tom LaneAdd aggsortop column to pg_aggregate, so that MIN/MAX...
2005-04-07 Neil ConwayAdd a "USING" clause to DELETE, which is equivalent...
2005-04-06 Neil ConwayInclude information about a domain's CHECK constraint...
2005-04-04 Neil ConwayMinor fixes for psql tab completion. Spell "absolute...
2005-04-01 Tom LaneTeach pg_dump about OUT parameters.
2005-04-01 Bruce MomjianAdjust pg_proc.proargtypes[0] tests in psql \df to...
2005-03-29 Tom LaneOfficially decouple FUNC_MAX_ARGS from INDEX_MAX_KEYS...
2005-03-25 Bruce MomjianHave libpgport link before libpq so that PG client...
2005-03-19 Tom LaneAdd temp_buffers GUC variable to allow users to determi...
2005-03-18 Tom LanePut 'dump complete' message in the right place, so...
2005-03-16 Neil ConwayThis patch makes \d on tables and views sort fk constra...
2005-03-16 Bruce MomjianAdd sprintf support, that were were missing.
2005-03-14 Tom LaneMake pg_dump emit a useful error message, instead of...
2005-03-14 Bruce MomjianAdd support for Win1252 encoding.
2005-03-11 Bruce MomjianDefine snprintf() to call pg_snprintf() so our own...
2005-03-11 Bruce MomjianAdd 'static' to initdb.c file-global variables.
2005-03-07 Neil ConwayReplace an instance of $Id$ and an instance of $Header...
2005-03-07 Bruce MomjianRename canonical encodings, per Peter:
2005-02-26 Tom LaneFinish up the flat-files project: get rid of GetRawData...
2005-02-22 Bruce MomjianUse _() macro consistently rather than gettext(). ...
2005-02-03 Tom LaneFix minor thinko in logic to set dump order when dumpin...
2005-01-28 Tom LaneAdjust mkdir_p to do stat() before trying mkdir()....
2005-01-26 Tom LaneMinor tweak to avoid unnecessary memory bloat when...
2005-01-26 Tom LaneMake pg_dump and pg_restore handle binary archive forma...
2005-01-26 Tom LaneUse SHGetFolderPath instead of SHGetSpecialFolderPath...
2005-01-25 Tom LaneFix breakage created by addition of separate 'acl pass...
2005-01-25 Peter EisentrautAdd missing "ko".
2005-01-23 Bruce MomjianDocument why CREATE CONSTRAINT TRIGGER doesn't tab...
2005-01-23 Tom Lanepg_dump dumped the wrong tablespace for an index (ie...
2005-01-23 Tom LaneNew routine _getObjectDescription() failed to cope...
2005-01-20 Neil ConwayTrivial fix: remove some stray leading whitespace.
2005-01-17 Peter EisentrautTranslation updates
2005-01-17 Peter EisentrautTranslation updates
2005-01-17 Peter EisentrautTranslation updates
2005-01-17 Peter EisentrautTranslation updates
2005-01-17 Peter EisentrautNew translation
2005-01-17 Peter EisentrautTranslation updates
2005-01-15 Tom LaneAdjust warning message about Windows console code page...
2005-01-14 Peter EisentrautTranslation updates
2005-01-14 Bruce MomjianChange Win32 client configuration files from *.txt...
2005-01-13 Peter EisentrautTranslation updates
2005-01-13 Peter EisentrautTranslation updates
2005-01-11 Tom LaneFix tracking of dump-order dependencies for stand-alone...
2005-01-11 Tom LaneClean up pg_dump's handling of ownership for indexes...
2005-01-09 Peter EisentrautNew translations
2005-01-09 Peter EisentrautTranslation updates
2005-01-09 Peter EisentrautTranslation updates
2005-01-08 Tom LaneConsistently use geteuid() not getuid(); there were...
2005-01-06 Tom LaneAdjust lookup of client-side profile files (.pgpass...
2005-01-06 Dennis BjorklundTranslation updates
2005-01-06 Dennis BjorklundTranslation updates
2005-01-06 Dennis BjorklundTranslation updates
2005-01-06 Peter EisentrautTranslation updates
2005-01-06 Peter EisentrautTranslation updates
2005-01-06 Tom LaneKeep translations in step with synopses.
2005-01-04 Tom LaneMake pg_dump --oids work when default_with_oids = off...
2005-01-03 Peter EisentrautTranslation updates
2005-01-01 Tom LaneAdjust a few more copyright notices to match the format...
2005-01-01 Tom LaneSome more missed copyright notices. Many of these...
2005-01-01 Bruce MomjianUpdate copyrights that were missed.
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-12-29 Peter EisentrautTranslation updates
2004-12-28 Tom LaneMake libpq default to localhost connections on machines...
2004-12-27 Tom LaneMake sure --with-pgport option propagates into postgres...
2004-12-27 Peter EisentrautTranslation update
2004-12-24 Tom LaneSwitch order of WHERE clauses in tab completion queries...
2004-12-23 Tom LaneRemove extra parenthesis.
2004-12-21 Bruce MomjianAdd error checking for starting a win32 service using...
2004-12-21 Bruce MomjianReturn proper error exit code on pg_ctl -w start failure.
2004-12-21 Peter EisentrautTranslation update
2004-12-20 Tom LaneAdjust pg_resetxlog to handle 8.0 WAL file names properly.
2004-12-19 Tom LanePrevent evaluation of backticks while discarding unwant...
2004-12-16 Peter EisentrautTranslation updates
2004-12-15 Peter EisentrautNew translations
2004-12-15 Peter EisentrautTranslation updates
2004-12-14 Tom LaneCope with circularities involving a view's ON SELECT...
2004-12-14 Tom LaneFix pg_dump to ensure that a comment on a table CHECK...
2004-12-14 Peter EisentrautFix typo
2004-12-14 Neil ConwayPrevent pg_resetxlog from being run as root. If this...
2004-12-13 Peter EisentrautTranslation updates
2004-12-13 Peter EisentrautNew translations
2004-12-13 Peter EisentrautTranslation updates
2004-12-12 Peter EisentrautAdd missing newlines at end of error messages.
next