]> granicus.if.org Git - postgresql/history - src
Fix pg_upgrade to cope with non-default unix_socket_directory scenarios.
[postgresql] / src /
2012-09-03 Tom LaneMake psql's \d+ show reloptions for all relkinds.
2012-09-01 Tom LaneDrop cheap-startup-cost paths during add_path() if...
2012-09-01 Tom LaneFix mark_placeholder_maybe_needed to handle LATERAL...
2012-09-01 Peter Eisentrautpsql: Reduce compatibility warning
2012-09-01 Andrew DunstanRestore setting of _USE_32BIT_TIME_T to 32 bit MSVC...
2012-08-31 Tom LanePartially restore qual scope checks in distribute_qual_...
2012-08-31 Tom LaneFix LATERAL references to join alias variables.
2012-08-31 Tom LaneMake configure probe for mbstowcs_l as well as wcstombs_l.
2012-08-31 Heikki LinnakangasFix typos in README.
2012-08-31 Tom LaneImprove coding of gistchoose and gistRelocateBuildBuffe...
2012-08-31 Bruce MomjianAdd Perl emacs formatting macros to src/tools/editors...
2012-08-30 Alvaro HerreraSplit tuple struct defs from htup.h to htup_details.h
2012-08-30 Bruce MomjianRemove configure flag --disable-shared, as it is no...
2012-08-30 Tom LaneSuppress creation of backwardly-indexed paths for LATER...
2012-08-30 Heikki LinnakangasFix division by zero in the new range type histogram...
2012-08-30 Robert HaasAdd missing period to detail message.
2012-08-30 Robert HaasFix logic bug in gistchoose and gistRelocateBuildBuffer...
2012-08-30 Tom LaneImprove EXPLAIN's ability to cope with LATERAL referenc...
2012-08-30 Robert HaasComment fixes.
2012-08-30 Tom LaneAdjust definition of cheapest_total_path to work better...
2012-08-29 Bruce MomjianReport postmaster.pid file as empty if it is empty...
2012-08-29 Heikki LinnakangasOptimize SP-GiST insertions.
2012-08-29 Peter EisentrautAdd strerror() string to chdir() error message
2012-08-28 Alvaro HerreraSplit heapam_xlog.h from heapam.h
2012-08-28 Alvaro Herreraremove catcache.h from syscache.h
2012-08-28 Alvaro HerreraSplit resowner.h
2012-08-28 Alvaro Herreraadd #includes to plpy_subxactobject.h to make it compil...
2012-08-28 Bruce MomjianPrevent psql tab completion in SET from adding TO when...
2012-08-28 Alvaro Herrerasyncrep.h must include xlogdefs.h
2012-08-28 Peter EisentrautSmall punctuation fixes
2012-08-27 Tom LaneFix DROP INDEX CONCURRENTLY IF EXISTS.
2012-08-27 Bruce MomjianHave pgindent requre pg_bsd_indent version 1.2 now...
2012-08-27 Heikki LinnakangasCollect and use histograms of lower and upper bounds...
2012-08-27 Peter Eisentrautpg_basebackup: Correct error message
2012-08-27 Tom LaneFix up planner infrastructure to support LATERAL properly.
2012-08-26 Bruce MomjianUse psql_error() for most psql error calls, per request...
2012-08-25 Bruce MomjianAllow text timezone designations, e.g. "America/Chicago...
2012-08-24 Tom LaneFix issues with checks for unsupported transaction...
2012-08-24 Peter EisentrautPut options on man page and in help output in slightly...
2012-08-24 Peter Eisentrautlibpq: Fix memory leak in URI parser
2012-08-23 Tom LaneFix cascading privilege revoke to notice when privilege...
2012-08-22 Peter EisentrautMark DateTimeParseError() noreturn
2012-08-21 Tom LaneAvoid somewhat-theoretical overflow risks in RecordIsVa...
2012-08-21 Tom LaneFix dumping of security_barrier views with circular...
2012-08-21 Robert HaasImprove C comments in GetSnapshotData.
2012-08-21 Peter EisentrautTeach compiler that ereport(>=ERROR) does not return
2012-08-21 Peter EisentrautRemove external PID file on postmaster exit
2012-08-20 Robert HaasImproved tab completion for CLUSTER VERBOSE.
2012-08-20 Robert HaasTab complete "TABLE whatever DROP CONSTRAINT" with...
2012-08-20 Heikki LinnakangasDon't get confused if a WAL partial record header has...
2012-08-20 Tom LaneFix typo in comment.
2012-08-19 Tom LaneRemove obsolete comment.
2012-08-19 Tom LaneAllow OLD and NEW in multi-row VALUES within rules.
2012-08-18 Tom LaneMake use of LATERAL in information_schema.sequences...
2012-08-18 Tom LaneAnother round of planner fixes for LATERAL.
2012-08-17 Tom LaneCheck LIBXML_VERSION instead of testing in configure...
2012-08-16 Bruce MomjianDelete inaccurate C comment about FSM and adding pages...
2012-08-16 Bruce MomjianAdd URL for include file visualization tool.
2012-08-16 Tom LaneAllow create_index_paths() to consider multiple join...
2012-08-16 Tom LaneSuppress possibly-uninitialized-variable warning.
2012-08-16 Bruce MomjianAdd possible alternate tool for pgrminclude, from Peter...
2012-08-16 Heikki LinnakangasAdd SP-GiST support for range types.
2012-08-16 Heikki LinnakangasFix GiST buffering build bug, which caused "failed...
2012-08-15 Bruce MomjianAdd C comment about new \c parameter requirement for...
2012-08-15 Bruce MomjianUpdate C comment to NOTICE to reflect previous commit...
2012-08-15 Bruce MomjianIn psql, if the is no connection object, e.g. due to...
2012-08-15 Tom LaneFix rescan logic in nodeCtescan.
2012-08-15 Bruce MomjianOn second thought, explain why date_trunc("week") on...
2012-08-15 Bruce MomjianAdd C comment that '=' is not documented for plpgsql...
2012-08-15 Tom LaneDisallow extensions from owning the schema they are...
2012-08-15 Bruce MomjianProperly escape usernames in initdb, so names with...
2012-08-15 Tom LaneResurrect the "last ditch" code path in join_search_one...
2012-08-14 Tom LanePrevent access to external files/URLs via XML entity...
2012-08-14 Bruce MomjianRevert "commit_delay" change; just add comment that...
2012-08-14 Bruce MomjianAdd pg_settings units display for "commit_delay" (ms).
2012-08-14 Tom LaneUpdate time zone data files to tzdata release 2012e.
2012-08-13 Heikki LinnakangasAdd runtime checks for number of query parameters passe...
2012-08-12 Tom LaneMore fixes for planner's handling of LATERAL.
2012-08-11 Tom LaneFix some issues with LATERAL(SELECT UNION ALL SELECT).
2012-08-11 Tom LaneFix dependencies generated during ALTER TABLE ADD CONST...
2012-08-10 Tom LaneUpdate overlooked comment.
2012-08-10 Tom LaneSupport having multiple Unix-domain sockets per postmaster.
2012-08-10 Bruce MomjianAdjust pgtest coding to be less complex.
2012-08-10 Bruce MomjianFix pgtest to return proper error code based on 'make...
2012-08-10 Tom LaneCentralize the logic for detecting misplaced aggregates...
2012-08-10 Magnus HaganderFix upper limit of superuser_reserved_connections,...
2012-08-09 Simon RiggsTurn off WalSender keepalives by default, users can...
2012-08-09 Simon RiggsEnsure all replication message info is available and...
2012-08-09 Robert HaasMake psql -1 < file behave as expected.
2012-08-08 Alvaro HerreraFix typo in comment
2012-08-08 Tom LaneMerge parser's p_relnamespace and p_varnamespace lists...
2012-08-08 Simon RiggsFix minor bug in XLogFileRead() that accidentally worked.
2012-08-08 Robert HaasFix cache flush hazard in event trigger cache.
2012-08-08 Bruce MomjianAdd additional C comments for to_date/to_char() fixes.
2012-08-08 Tom LaneUpdate isolation tests' README file.
2012-08-08 Tom LaneFix TwoPhaseGetDummyBackendId().
2012-08-07 Tom LaneImplement SQL-standard LATERAL subqueries.
2012-08-07 Tom LaneTweak new Perl pgindent for compatibility with middle...
2012-08-07 Robert HaasFix memory leaks in event trigger code.
2012-08-07 Bruce MomjianFix to_char(), to_date(), and to_timestamp() to handle...
next