]> granicus.if.org Git - postgresql/history - src
Equip the programs installed by contrib with proper --help and --version
[postgresql] / src /
2009-02-27 Tom LaneImprove create_unique_path to not be fooled by unrelate...
2009-02-26 Tom LaneRemove outdated join_1.out regression test comparison...
2009-02-26 Peter EisentrautFinal removal of -q options, which haven't done anythin...
2009-02-26 Peter EisentrautAdd a -w/--no-password option that prevents all passwor...
2009-02-25 Tom LaneFix an old problem in decompilation of CASE constructs...
2009-02-25 Magnus HaganderRemove references to foreign data wrapper libraries...
2009-02-25 Peter EisentrautUse the same style in the help synopsis that other...
2009-02-25 Peter EisentrautRemove feof(stdin) calls related to when to prompt...
2009-02-25 Peter EisentrautSort the output of --help mostly alphabetical, make...
2009-02-25 Heikki LinnakangasPut back a "continue" that went missing in the changes...
2009-02-25 Tom LaneGet rid of the rather fuzzily defined FlattenedSubLink...
2009-02-24 Peter EisentrautDon't append epoch to log_filename if no format specifi...
2009-02-24 Peter EisentrautAdd the possibility to specify an explicit validator...
2009-02-24 Tom LaneRepair a longstanding bug in CLUSTER and the rewriting...
2009-02-23 Tom LaneFix psql's \dD to show only one row per domain, even...
2009-02-23 Peter EisentrautAdd quotes to message
2009-02-23 Heikki LinnakangasChange the signaling of end-of-recovery. Startup proces...
2009-02-20 Peter Eisentrautanother small message tweak
2009-02-20 Andrew DunstanReconnect to the right database when using parallel...
2009-02-20 Tom LaneSimplify overcomplicated (and overly restrictive) test...
2009-02-19 Tom LaneImprove comments about semijoin implementation strategy...
2009-02-19 Heikki LinnakangasFix bogus comment, from the patch to start bgwriter...
2009-02-19 Peter EisentrautWordsmithing for PL/Perl messages
2009-02-19 Peter EisentrautAdd an implicit rule %.c -> %.i for running the C prepr...
2009-02-19 Peter EisentrautRemove croak and Perl_croak from gettext triggers....
2009-02-19 Heikki LinnakangasIncrease NUM_AUXILIARY_PROCS, now that the startup...
2009-02-18 Tom LaneRemove the special cases to prevent minus-zero results...
2009-02-18 Heikki LinnakangasStart background writer during archive recovery. Backgr...
2009-02-18 Bruce MomjianAdd --freeze option to vacuumdb.
2009-02-18 Bruce MomjianHave pg_dump/pg_dumpall --binary-upgrade restore frozen...
2009-02-18 Peter EisentrautMessage wordsmithing
2009-02-17 Bruce MomjianAdd missing newline.
2009-02-17 Bruce MomjianAdd pg_dump --binary-upgrade flag to be used by binary...
2009-02-17 Peter EisentrautAdd _() calls for the argument of plpgsql_yyerror(...
2009-02-17 Peter EisentrautAdd plpgsql_yyerror to gettext triggers
2009-02-17 Peter EisentrautMark 3rd argument of validate_tupdesc_compat() for...
2009-02-17 Peter EisentrautRedefine _() to dgettext() instead of gettext() so...
2009-02-17 Peter EisentrautRemove gettext trigger write_stderr(), which isn't...
2009-02-16 Bruce MomjianWrap some long queries.
2009-02-16 Bruce MomjianUppercase keywords in pg_dump.c
2009-02-15 Tom LaneTeach the planner to treat a partial unique index as...
2009-02-15 Magnus HaganderLoop calling CallNamedPipe() several times in case...
2009-02-14 Tom LaneA couple of marginal performance hacks for the informat...
2009-02-13 Tom LaneFix UNLISTEN to fall out quickly if the current backend...
2009-02-12 Peter EisentrautThe Czech (cs_CZ) and Slovak (sk_SK) locales sort numbe...
2009-02-12 Peter EisentrautUnset language-related locale settings in any case...
2009-02-12 Magnus HaganderDon't call SetEnvironmentVariable() when removing an...
2009-02-11 Tom LaneChange ALTER TABLE SET WITHOUT OIDS to rewrite the...
2009-02-11 Tom LaneTweak configure to attempt to add -qnoansialias to...
2009-02-11 Alvaro HerreraImprove psql \d+ to show TOAST reloptions too. Per...
2009-02-11 Peter EisentrautOnly unset the locale environment when --no-locale...
2009-02-10 Peter EisentrautSupport for KOI8U encoding
2009-02-10 Peter EisentrautRemove the encoding *numbers* from the comments. They...
2009-02-10 Peter EisentrautAdd possibility to generate only some files, by passing...
2009-02-09 Tom LaneAdopt Bob Jenkins' improved hash function for hash_any...
2009-02-09 Alvaro HerreraUpdate autovacuum to use reloptions instead of a system...
2009-02-08 Tom LaneEnsure that INSERT ... SELECT into a table with OIDs...
2009-02-07 Bruce Momjianecpg requires libpq; add Makefile rules to require...
2009-02-07 Bruce MomjianFix to_timestamp() to not require upper/lower case...
2009-02-07 Heikki LinnakangasFix obsolete comment. Zdenek Kotala
2009-02-07 Peter EisentrautSet column privileges to supported
2009-02-06 Tom LaneFix cost_mergejoin's failure to adjust for rescanning...
2009-02-06 Tom LaneClean up some loose ends from the column privileges...
2009-02-05 Bruce MomjianAdd PL/PgSQL FOUND and GET DIAGNOSTICS support for...
2009-02-05 Michael MeskesMixing long and int entries of a union only works on...
2009-02-05 Tom LaneFix an old corner-case error in match_unsorted_outer...
2009-02-04 Michael MeskesAdded result checks for calls to gmtime().
2009-02-03 Michael MeskesArgh, wrong line copied again.
2009-02-03 Michael MeskesFixed copy&paste mistake that made library use uninitia...
2009-02-03 Tom LaneAdd a failure check for syslogger's use of _beginthread...
2009-02-02 Tom LaneFix plpgsql to not treat INSERT INTO as an INTO-variabl...
2009-02-02 Andrew DunstanProvide for parallel restoration from a custom format...
2009-02-02 Alvaro HerreraAllow reloption names to have qualifiers, initially...
2009-02-02 Michael MeskesWhen changing a regression test file one should also...
2009-02-02 Michael MeskesSet memory segment to '0', just to be sure.
2009-02-02 Michael MeskesFixed auto allocation for binary data types.
2009-02-02 Michael MeskesFixed bug in %s handling.
2009-01-30 Tom LaneFix unnest() to handle a toasted input array safely...
2009-01-30 Heikki LinnakangasCheck that connection limit is within valid range....
2009-01-30 Peter EisentrautMake messages consistent with existing ones
2009-01-30 Peter EisentrautWhitespace fix in message
2009-01-29 Tom LaneUpdate time zone data files to tzdata release 2009a...
2009-01-29 Tom LaneReplace argument-checking Asserts with regular test...
2009-01-29 Teodor SigaevFix incorrect dereferencing of char* to array's index.
2009-01-29 Peter EisentrautMessage fix
2009-01-28 Magnus HaganderChange warning-silencing code not to cast the pointer...
2009-01-28 Magnus HaganderGo over all OpenSSL return values and make sure we...
2009-01-28 Magnus HaganderSupport running as a service on Windows 7, by not speci...
2009-01-27 Magnus HaganderSilence compiler warning on win32.
2009-01-27 Magnus HaganderSilence compiler warnings in new win32 locale code
2009-01-27 Peter EisentrautRevert updatable views
2009-01-26 Alvaro HerreraAllow extracting and parsing of reloptions from a bare...
2009-01-26 Peter EisentrautMessage format tuning
2009-01-23 Tom LaneTweak the existing special case for AIX in pg_getaddrin...
2009-01-23 Peter EisentrautMessage style review
2009-01-23 Heikki LinnakangasPut back fast-path for the case that there's no backup...
2009-01-22 Peter EisentrautRecreate ecpg_config.h with a stamp file created by...
2009-01-22 Tom LaneSupport column-level privileges, as required by SQL...
2009-01-22 Heikki LinnakangasOnly skip pages marked as clean in the visibility map...
2009-01-22 Heikki LinnakangasUpdate comments to reflect that tgenabled is not a...
next