]> granicus.if.org Git - postgresql/history - src
Add new GUC categories corresponding to sections in docs, and move
[postgresql] / src /
2010-06-15 Itagaki TakahiroAdd new GUC categories corresponding to sections in...
2010-06-14 Itagaki TakahiroFix typo in Japanese translation for psql "Use \d+...
2010-06-14 Heikki LinnakangasIf a corrupt WAL record is received by streaming replic...
2010-06-14 Itagaki TakahiroRemove max_standby_delay message from ps display of...
2010-06-13 Robert HaasFix ALTER LARGE OBJECT and GRANT ... ON LARGE OBJECT...
2010-06-12 Bruce MomjianAdd missing --use-existing --help mention from regressi...
2010-06-12 Peter EisentrautFix typo/bug, found by Clang compiler
2010-06-12 Peter EisentrautUpdate Python version information
2010-06-12 Peter EisentrautAdd a regression test case for bug #5497
2010-06-11 Tom LaneAdd missing 'Z' letter to getopt_long call --- the...
2010-06-11 Heikki LinnakangasUse "replication" as the database name when constructin...
2010-06-10 Itagaki TakahiroRename restartpoint_command to archive_cleanup_command.
2010-06-10 Heikki LinnakangasMake TriggerFile variable static. It's not used outside...
2010-06-10 Heikki LinnakangasReturn NULL instead of 0/0 in pg_last_xlog_receive_loca...
2010-06-10 Tom LaneFix quite-bogus handling of arrays in plpython datum...
2010-06-10 Robert HaasQuote all string values in EXPLAIN (FORMAT YAML) output.
2010-06-09 Robert HaasRemove stray word from comment.
2010-06-09 Heikki LinnakangasIn standby mode, respect checkpoint_segments in addition to
2010-06-09 Magnus HaganderMake the walwriter close it's handle to an old xlog...
2010-06-09 Robert HaasAttempt to fix EXPLAIN (FORMAT YAML) quoting to behave...
2010-06-09 Tatsuo IshiiFix typo in the header comment. Per request from Masao...
2010-06-07 Tom LaneAvoid useless snprintf() call when update_process_title...
2010-06-07 Itagaki TakahiroEnsure default-only storage parameters for TOAST relations
2010-06-04 Michael MeskesAdded variable handling for RETURNING clause to ecpg.
2010-06-04 Marc G. Fourniertag 9.0beta2 REL9_0_BETA2
2010-06-03 Tom LaneAdjust misleading comment in walsender.c. We try to...
2010-06-03 Tom LaneAdd current WAL end (as seen by walsender, ie, GetWrite...
2010-06-03 Peter EisentrautTranslation updates for 9.0beta2
2010-06-03 Peter EisentrautFix some inconsistent quoting of wal_level values in...
2010-06-03 Alvaro HerreraAdd comments about definitions that may affect PG_CONTR...
2010-06-03 Peter EisentrautFix reference to nonexistent configure option
2010-06-03 Tom LaneBump PG_CONTROL_VERSION to account for the incompatible...
2010-06-03 Robert HaasOn clean shutdown during recovery, don't warn about...
2010-06-02 Heikki LinnakangasFix obsolete comments that I neglected to update in...
2010-06-01 Bruce MomjianShow schema name for REINDEX.
2010-05-31 Bruce MomjianAdd error hint that PL/pgSQL "EXECUTE of SELECT .....
2010-05-31 Heikki LinnakangasSend all outstanding WAL before exiting when smart...
2010-05-30 Tom LaneFix misuse of Lossy Counting (LC) algorithm in compute_...
2010-05-30 Tom LaneChange the notation for calling functions with named...
2010-05-29 Bruce MomjianAdd C comment that we will have to remove an exclusion...
2010-05-28 Tom LaneAbort a FETCH_COUNT-controlled query if we observe...
2010-05-28 Tom LaneFix oversight in the previous patch that made LIKE...
2010-05-28 Tom LaneRewrite LIKE's %-followed-by-_ optimization so it reall...
2010-05-28 Itagaki TakahiroPGDLLEXPORT is __declspec (dllexport) only on MSVC,
2010-05-28 Tom LaneRejigger mergejoin logic so that a tuple with a null...
2010-05-27 Tom LaneChange ps_status.c to explicitly track the current...
2010-05-27 Tom LaneFix the volatility marking of textanycat() and anytextc...
2010-05-27 Tom LaneMake CREATE INDEX run expression preprocessing on a...
2010-05-27 Itagaki TakahiroMark PG_MODULE_MAGIC and PG_FUNCTION_INFO_V1 with PGDLL...
2010-05-27 Robert HaasAvoid starting walreceiver in states where it shouldn...
2010-05-27 Heikki LinnakangasAdjust comment to reflect that we now have Hot Standby...
2010-05-26 Heikki LinnakangasThinko in previous commit: ensure that MAX_SEND_SIZE...
2010-05-26 Heikki LinnakangasIn walsender, don't sleep if there's outstanding WAL...
2010-05-26 Tom LaneRearrange libpq's SSL initialization to simplify it...
2010-05-26 Tom LaneFix bogus error message for SSL-cert authentication...
2010-05-26 Simon RiggsHS Defer buffer pin deadlock check until deadlock_timeo...
2010-05-26 Robert HaasFix psql help: \da+ is same as \da, but \daS is not.
2010-05-26 Tom LaneThe message style police pay a visit to hba.c.
2010-05-26 Tom LaneMinor editorialization for be-secure.c: fix comments...
2010-05-26 Tom LaneTell openssl to include the names of the root certs...
2010-05-26 Robert HaasMore fixes for shutdown during recovery.
2010-05-25 Tom LaneAdd missing newlines to some SSL-related error messages...
2010-05-25 Tom LaneFix oversight in construction of sort/unique plans...
2010-05-25 Michael MeskesReplace self written 'long long int' configure test...
2010-05-25 Michael MeskesAdded a configure test for "long long" datatypes. So...
2010-05-23 Tom LaneFix oversight in join removal patch: we have to delete...
2010-05-21 Robert HaasUnbreak \h; can't do strlen(NULL).
2010-05-20 Michael MeskesEcpg now accepts "long long" datatypes even if "long...
2010-05-20 Magnus HaganderChange the "N. Central Asia Standard Time" timezone...
2010-05-18 Andrew DunstanFix regression tests to match error message change
2010-05-17 Andrew DunstanFollow up a visit from the style police.
2010-05-15 Tom LaneEnsure that pg_restore -l will output DATABASE entries...
2010-05-15 Robert HaasRename PM_RECOVERY_CONSISTENT and PMSIGNAL_RECOVERY_CON...
2010-05-15 Tom LaneSpell __NetBSD__ the same way everywhere. Per Giles...
2010-05-15 Bruce MomjianUse __bsdi__ consistently.
2010-05-15 Simon RiggsFix bug in processing of checkpoint time for max_standb...
2010-05-14 Robert HaasWe now accept read-only connections in state PM_RECOVER...
2010-05-14 Itagaki TakahiroRemove CRs.
2010-05-14 Simon RiggsAdd many new Asserts in code and fix simple bug that...
2010-05-13 Tom LaneFix up lame idea of not using autoconf to determine...
2010-05-13 Andrew DunstanFix MSVC builds for recent plperl changes. Go back...
2010-05-13 Tom LanePrevent PL/Tcl from loading the "unknown" module from...
2010-05-13 Andrew DunstanAbandon the use of Perl's Safe.pm to enforce restrictio...
2010-05-13 Peter EisentrautTranslation update
2010-05-13 Magnus HaganderProperly support multi-line entires (such as OBJS=...
2010-05-13 Peter EisentrautAvoid error from mkdir if no languages are to be installed
2010-05-13 Andrew DunstanAdd missing library and include support for pg_upgrade...
2010-05-13 Peter EisentrautFix vpath installation from distribution tarball (bug...
2010-05-13 Simon RiggsEnsure that top level aborts call XLogSetAsyncCommit...
2010-05-13 Simon RiggsCleanup initialization of Hot Standby. Clarify working...
2010-05-12 Bruce MomjianUpdate comment about why postmaster doesn't get an...
2010-05-12 Bruce MomjianRemove Makefile PGFILEDESC tag that the postmaster...
2010-05-12 Simon RiggsGive most recovery conflict errors a retryable error...
2010-05-12 Bruce MomjianAdd PGFILEDESC description to Makefiles for all /contri...
2010-05-11 Tom LaneUpdate time zone data files to tzdata release 2010j...
2010-05-11 Tom LaneAdd PKST to the default set of timezone abbreviations.
2010-05-11 Robert HaasChange typedef for rb_appendator to avoid conflict...
2010-05-11 Tom LaneCause the archiver process to adopt new postgresql...
2010-05-11 Tom LaneFix incorrect patch that removed permission checks...
2010-05-11 Itagaki TakahiroSet per-function GUC settings during validating the...
next