]> granicus.if.org Git - postgresql/history - src/bin
Return NULL instead of 0/0 in pg_last_xlog_receive_location() and
[postgresql] / src / bin /
2010-06-07 Itagaki TakahiroEnsure default-only storage parameters for TOAST relations
2010-06-03 Peter EisentrautTranslation updates for 9.0beta2
2010-06-03 Robert HaasOn clean shutdown during recovery, don't warn about...
2010-05-30 Tom LaneChange the notation for calling functions with named...
2010-05-28 Tom LaneAbort a FETCH_COUNT-controlled query if we observe...
2010-05-26 Robert HaasFix psql help: \da+ is same as \da, but \daS is not.
2010-05-21 Robert HaasUnbreak \h; can't do strlen(NULL).
2010-05-15 Tom LaneEnsure that pg_restore -l will output DATABASE entries...
2010-05-13 Peter EisentrautTranslation update
2010-05-12 Bruce MomjianAdd PGFILEDESC description to Makefiles for all /contri...
2010-05-09 Tom LaneSuppress signed-vs-unsigned-char warning.
2010-05-09 Tom LaneAdjust comments about avoiding use of printf's %.*s.
2010-05-08 Tom LaneWork around a subtle portability problem in use of...
2010-05-05 Tom LaneFix psql to not go into infinite recursion when expandi...
2010-04-30 Tom LaneFix a couple of places where the result of fgets()...
2010-04-28 Tom LaneMinor editorializing on pg_controldata and pg_resetxlog...
2010-04-28 Tom Lanepg_controldata needs #define FRONTEND, same as pg_reset...
2010-04-28 Heikki LinnakangasIntroduce wal_level GUC to explicitly control if inform...
2010-04-23 Robert HaasFix various instances of "the the".
2010-04-07 Itagaki Takahiropsql tab completion for ALTER DEFAULT PRIVILEGES and...
2010-04-07 Itagaki TakahiroAdd cygwin version check before using cygwin_conv_path(),
2010-04-05 Itagaki TakahiroAssorted tab-completion improvements in psql.
2010-04-05 Itagaki TakahiroUse a new API rather than a deprecated one in in cygwin.
2010-04-03 Tom Lane\ddp should be recognized as such even if user appends...
2010-03-18 Peter EisentrautAlso print the libpq error message when lo_create or...
2010-03-11 Tom LaneModify psql's \d printout to fold exclusion constraints...
2010-03-11 Tom LaneSimplify a couple of pg_dump and psql \d queries about...
2010-03-08 Bruce MomjianReturn proper exit code (3) from psql when ON_ERROR_STO...
2010-03-07 Magnus HaganderRevert patch for --psqlrc=FILENAME in psql.
2010-03-06 Magnus HaganderAdd --psqlrc=FILENAME parameter to psql, to process...
2010-03-03 Bruce MomjianAdd C comment about DDL changes possibly causing pg_dum...
2010-03-03 Heikki LinnakangasFix pg_dump of ACLs of foreign servers. The command...
2010-03-01 Heikki LinnakangasFix translation of strings in psql \d output (translati...
2010-03-01 Heikki LinnakangasFix numericlocale psql option when used with a null...
2010-02-26 Bruce MomjianIn vacuumdb --help, call analyze "statistics", not...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-24 Tom LaneFix patch for printing backend and pg_dump versions...
2010-02-24 Tom LaneUn-break pg_dump for the case of zero-column tables.
2010-02-24 Tom LaneUse CREATE OR REPLACE LANGUAGE in pg_dump to avoid...
2010-02-23 Bruce MomjianHave pg_dump (-v) verbose mode output the pg_dump and...
2010-02-23 Tom LaneMinor style policing for error messages in pg_dump...
2010-02-19 Peter EisentrautSmall corrections to message output targets in pg_ctl
2010-02-19 Peter EisentrautTranslation updates for 9.0alpha4
2010-02-18 Tom LaneFix up pg_dump's treatment of large object ownership...
2010-02-17 Tom LaneStamp HEAD as 9.0devel, and update various places that...
2010-02-17 Itagaki TakahiroSupport new syntax and improve handling of parentheses...
2010-02-16 Tom LaneReplace the pg_listener-based LISTEN/NOTIFY mechanism...
2010-02-16 Bruce MomjianPrevent psql version banner from being printed by the...
2010-02-15 Peter EisentrautWhen sorting functions in pg_dump, break ties (same...
2010-02-15 Itagaki TakahiroAdd psql tab completion for DO blocks.
2010-02-08 Tom LaneRemove old-style VACUUM FULL (which was known for a...
2010-02-07 Tom LaneCreate a "relation mapping" infrastructure to support...
2010-02-05 Joe ConwayModify recently added PQconnectdbParams() with new...
2010-01-30 Tom LaneFix memory leakage introduced into print_aligned_text...
2010-01-29 Robert HaasAllow psql variables to be interpolated with literal...
2010-01-28 Peter EisentrautType table feature
2010-01-28 Joe ConwayIntroduce two new libpq connection functions, PQconnect...
2010-01-26 Tom LaneUn-break initdb logic for commenting out IPv6 pg_hba...
2010-01-26 Peter EisentrautReformat the comments in pg_hba.conf and pg_ident.conf
2010-01-25 Heikki LinnakangasAdd note that PREPARE TRANSACTION is for transaction...
2010-01-22 Robert HaasReplace ALTER TABLE ... SET STATISTICS DISTINCT with...
2010-01-21 Itagaki TakahiroAdjust psql to use pg_get_triggerdef(pretty=true) to...
2010-01-19 Tom LaneWhen doing a parallel restore, we must guard against...
2010-01-17 Tom LaneImprove the handling of SET CONSTRAINTS commands by...
2010-01-07 Bruce MomjianUse -Z for vacuumdb --analyze-only, rather than -o.
2010-01-07 Bruce MomjianRename new vacuumdb option to --analyze-only from ...
2010-01-07 Tom LaneRemove all the special-case code for INT64_IS_BUSTED...
2010-01-06 Bruce MomjianPG_MAJORVERSION:
2010-01-06 Bruce MomjianCorrected CVS entry:
2010-01-06 Itagaki TakahiroSupport rewritten-based full vacuum as VACUUM FULL...
2010-01-06 Bruce Momjianbinary upgrade:
2010-01-06 Bruce MomjianRemove erroneous comma added to pg_dumpall tablespace...
2010-01-06 Bruce MomjianPreserve relfilenodes:
2010-01-06 Bruce Momjianpg_dump --only-analyze
2010-01-05 Robert HaasSupport ALTER TABLESPACE name SET/RESET ( tablespace_op...
2010-01-04 Heikki LinnakangasWrite an end-of-backup WAL record at pg_stop_backup...
2010-01-02 Tom LaneAdd missing schema-qualification in tab completion...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-27 Bruce MomjianAdd backend and pg_dump code to allow preservation...
2009-12-26 Bruce MomjianZero-label enums:
2009-12-24 Bruce MomjianBinary upgrade:
2009-12-23 Bruce MomjianRename pg_dump.c TypeInfo variable tinfo to tyinfo...
2009-12-22 Peter EisentrautIn CREATE SEQUENCE dump, put MINVALUE before MAXVALUE...
2009-12-19 Peter EisentrautTranslation updates
2009-12-19 Itagaki TakahiroAdd a whitespace to fix the query to dump large objects.
2009-12-19 Simon RiggsAllow read only connections during recovery, known...
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...
next