]> granicus.if.org Git - postgresql/history - src/bin
Create a "sort support" interface API for faster sorting.
[postgresql] / src / bin /
2011-12-07 Tom LaneCreate a "sort support" interface API for faster sorting.
2011-12-06 Robert HaasMake command-line tools smarter about finding a DB...
2011-12-04 Andrew DunstanAdd a \setenv command to psql.
2011-12-02 Peter Eisentrautpsql: Make temporary editor files have .sql extension
2011-11-30 Tom LaneRemove duplicate definition of 'progname'.
2011-11-30 Tom LaneClean up after recent pg_dump patches.
2011-11-29 Bruce MomjianSimplify the pg_dump/pg_restore error reporting macros...
2011-11-29 Peter Eisentrautpg_dump: Add gettext plural support to error message
2011-11-29 Peter Eisentrautpg_dump: Fix clean rule after file renaming shuffle
2011-11-28 Tom LaneFix some bogosities in pg_dump's foreign-table support.
2011-11-27 Bruce MomjianMove pg_dump memory routines into pg_dumpmem.c/h and...
2011-11-25 Alvaro HerreraFix unvalidated check constraints on domains, too
2011-11-25 Bruce MomjianModify pg_dump to use error-free memory allocation...
2011-11-25 Bruce MomjianAllow pg_upgrade to upgrade clusters that use exclusion...
2011-11-24 Alvaro HerreraDump an unvalidated constraint separately from its...
2011-11-23 Tom LaneRemove user-selectable ANALYZE option for range types.
2011-11-21 Tom LaneFurther code review for range types patch.
2011-11-18 Tom LaneFurther review of range-types patch.
2011-11-16 Robert HaasDon't elide blank lines when accumulating psql command...
2011-11-12 Peter EisentrautAdd psql expanded auto mode
2011-11-12 Robert HaasFix psql's \dd version check for operator families.
2011-11-10 Tom LaneThrow nice error if server is too old to support psql...
2011-11-10 Tom LaneAvoid platform-dependent infinite loop in pg_dump.
2011-11-05 Magnus HaganderShow statistics target for columns in \d+ on a table
2011-11-05 Magnus HaganderMake psql \d on a sequence show the table/column owning it
2011-11-04 Magnus HaganderAdd missing space in comment
2011-11-03 Magnus HaganderProperly close replication connection in pg_receivexlog
2011-11-03 Magnus HaganderPre-pad WAL files when streaming transaction log
2011-11-03 Heikki LinnakangasSupport range data types.
2011-10-28 Robert HaasRemove hard-coded "\connect postgres" from pg_dumpall.
2011-10-26 Bruce MomjianFix pg_bsd_indent bug where newlines were not being...
2011-10-26 Magnus HaganderImplement streaming xlog for backup tools
2011-10-26 Magnus HaganderMingW doesn't support wcstombs_s()...
2011-10-25 Magnus HaganderRemove argument decoration that appears unsupported...
2011-10-25 Magnus HaganderSupport configurable eventlog application names on...
2011-10-24 Magnus HaganderMake TABLE tab complation in psql include all relations
2011-10-23 Tom LaneMake psql support tab completion of EXECUTE <prepared...
2011-10-22 Tom LaneSupport synchronization of snapshots through an export...
2011-10-20 Tom LaneRewrite tab completion's previous-word fetching for...
2011-10-19 Tom LaneSuppress remaining -Waddress warnings from recent gcc...
2011-10-19 Tom LaneSuppress -Wunused-result warnings about write() and...
2011-10-18 Tom LaneFix pg_dump to dump casts between auto-generated types.
2011-10-15 Bruce MomjianAllow a major PG version psql .psqlrc file to be used...
2011-10-14 Robert HaasDump all roles first, then all config settings on roles.
2011-10-13 Bruce MomjianHave pg_ctl return an exit status of 3 if the server...
2011-10-06 Bruce MomjianSimplify new pg_ctl newline termination code.
2011-10-06 Bruce MomjianAdd postmaster -C option to query configuration paramet...
2011-09-25 Tom LaneUn-break compression of plain-text output format in...
2011-09-24 Tom LaneFix our mapping of Windows timezones for Central America.
2011-09-23 Robert HaasAdd --{no-,}replication flags to createuser.
2011-09-13 Tom LanePropagate with_system_tzdata setting into initdb build.
2011-09-11 Peter EisentrautRemove many -Wcast-qual warnings
2011-09-10 Bruce MomjianRemove double-quoting of table names in clusterdb....
2011-09-10 Peter EisentrautAdd missing format attributes
2011-09-09 Tom LaneSimplify handling of the timezone GUC by making initdb...
2011-09-05 Alvaro HerreraAdjust translator comment format to xgettext expectations
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-09-01 Heikki Linnakangassetlocale() on Windows doesn't work correctly if the...
2011-09-01 Bruce MomjianFix pg_upgrade to preserve toast relfrozenxids for...
2011-08-30 Robert HaasAdd --if-exists option to dropdb and dropuser.
2011-08-29 Tom LaneActually, all of parallel restore's limitations should...
2011-08-29 Tom LaneBe more user-friendly about unsupported cases for paral...
2011-08-26 Bruce MomjianAdd markers.
2011-08-26 Tom LaneClean up weird corner cases in lexing of psql meta...
2011-08-26 Tom LaneSupport non-ASCII letters in psql variable names.
2011-08-25 Tom LaneAdd makefile rules to check for backtracking in backend...
2011-08-25 Tom LaneFix psql lexer to avoid use of backtracking.
2011-08-25 Tom LaneAdd "%option warn" to all flex input files that lacked it.
2011-08-25 Robert HaasChange format of SQL/MED generic options in psql backsl...
2011-08-25 Robert HaasProperly quote SQL/MED generic options in pg_dump output.
2011-08-23 Peter EisentrautUse consistent format for reporting GetLastError()
2011-08-17 Peter EisentrautTranslation updates
2011-08-17 Heikki LinnakangasTeach pg_controldata and pg_resetxlog about the new...
2011-08-17 Peter EisentrautMove \r out of translatable strings
2011-08-16 Magnus HaganderAdjust total size in pg_basebackup progress report...
2011-08-16 Peter EisentrautMake pg_basebackup progress report translatable
2011-08-16 Peter EisentrautUse less cryptic variable names
2011-08-11 Robert HaasDisplay both per-table and per-column FDW options in...
2011-08-11 Robert HaasChange psql's \dd command to do something more useful.
2011-08-08 Robert HaasTeach psql to display the comments on SQL/MED objects...
2011-08-08 Robert HaasTeach psql to display the comments on conversions and...
2011-08-05 Robert HaasAllow per-column foreign data wrapper options.
2011-08-04 Robert HaasTeach psql to display comments on languages and casts.
2011-07-28 Tom LaneFix pg_restore's direct-to-database mode for standard_c...
2011-07-26 Peter EisentrautAdd missing newlines at end of error messages
2011-07-26 Peter EisentrautReplace printf format %i by %d
2011-07-26 Robert HaasOnly display column comments for relkinds that support...
2011-07-23 Andrew DunstanUnbreak Windows builds broken by EDITOR_LINENUMBER_ARG...
2011-07-23 Peter EisentrautChange EDITOR_LINENUMBER_SWITCH to an environment variable
2011-07-20 Robert HaasSupport SECURITY LABEL on databases, tablespaces, and...
2011-07-06 Robert HaasAdd \ir command to psql.
2011-07-06 Robert HaasAttempt to standardize formatting of psql queries.
2011-07-05 Tom LaneFix psql's counting of script file line numbers during...
2011-07-03 Tom LaneMake distprep and *clean build targets recurse into...
2011-06-29 Peter EisentrautUnify spelling of "canceled", "canceling", "cancellation"
2011-06-27 Peter EisentrautAdd some strings that were not marked for translation
2011-06-27 Peter EisentrautRemove redundant DEF_PGPORT handling
2011-06-26 Peter EisentrautAdd the possibility to pass --flag arguments to xgettex...
2011-06-26 Peter EisentrautMake _ be automatically included in GETTEXT_TRIGGERS
2011-06-26 Peter EisentrautReplace := by = in nls.mk files
next