]> granicus.if.org Git - postgresql/history - src
In pg_upgrade, add various logging improvements:
[postgresql] / src /
2012-03-12 Tom LaneFix SPGiST vacuum algorithm to handle concurrent tuple...
2012-03-12 Peter EisentrautUse correct sizeof operand in qsort call
2012-03-12 Peter EisentrautAdd comment for missing break in switch
2012-03-11 Tom LaneMake INSERT/UPDATE queries depend on their specific...
2012-03-11 Tom LaneTeach SPGiST to store nulls and do whole-index scans.
2012-03-11 Peter EisentrautAdd more detail to error message for invalid arguments...
2012-03-10 Tom LaneRestructure SPGiST opclass interface API to support...
2012-03-10 Peter EisentrautAdd support for renaming constraints
2012-03-09 Robert HaasExtend object access hook framework to support argument...
2012-03-09 Tom LaneRevise FDW planning API, again.
2012-03-09 Heikki LinnakangasUpdate outdated comment. HeapTupleHeader.t_natts field...
2012-03-08 Peter Eisentrautpsql: Remove useless code
2012-03-08 Tom LaneFix some issues with temp/transient tables in extension...
2012-03-08 Peter Eisentrautecpg: Fix off-by-one error in memory copying
2012-03-08 Peter Eisentrautecpg: Fix rare memory leaks
2012-03-08 Heikki LinnakangasSilence warning about unused variable, when building...
2012-03-08 Tom LaneImprove estimation of IN/NOT IN by assuming array eleme...
2012-03-08 Tom LaneFix indentation of \d footers for non-ASCII cases.
2012-03-07 Tom LaneAdd GetForeignColumnOptions() to foreign.c, and add...
2012-03-07 Robert Haaspsql: Avoid some spurious output if the server croaks.
2012-03-07 Peter Eisentrautpsql: Fix memory leak
2012-03-07 Peter Eisentrautpsql: Fix invalid memory access
2012-03-07 Peter Eisentrautlibpq: Fix memory leak
2012-03-07 Tom LaneExpose an API for calculating catcache hash values.
2012-03-06 Peter Eisentrautlibpq: Small code clarification, and avoid casting...
2012-03-06 Tom LaneAdd a hook for processing messages due to be sent to...
2012-03-06 Robert HaasTypo fix.
2012-03-06 Heikki LinnakangasMake the comments more clear on the fact that UpdateFul...
2012-03-06 Heikki LinnakangasRemove extra copies of LogwrtResult.
2012-03-06 Heikki LinnakangasSimplify the way changes to full_page_writes are logged.
2012-03-05 Tom LaneRedesign PlanForeignScan API to allow multiple paths...
2012-03-05 Peter EisentrautAdd isolation test to check-world and installcheck...
2012-03-05 Tom LaneRewrite GiST support code for rangetypes.
2012-03-04 Tom LaneRemove useless "rough estimate" path from mcelem_array_...
2012-03-04 Tom LaneImprove histogram-filling loop in new compute_array_sta...
2012-03-04 Magnus HaganderMore carefully validate xlog location string inputs
2012-03-04 Magnus HaganderAdd function pg_xlog_location_diff to help comparisons
2012-03-04 Tom LaneCollect and use element-frequency statistics for arrays.
2012-03-03 Andrew DunstanProvide environment overrides for psql file locations.
2012-03-03 Peter EisentrautAllow CREATE TABLE (LIKE ...) from composite type
2012-03-02 Peter EisentrautFix incorrect uses of gzFile
2012-03-02 Peter EisentrautRe-add "make check" target in src/test/isolation/Makefile
2012-03-02 Tom LaneAllow child-relation entries to be made in ec_has_const...
2012-03-02 Peter EisentrautAdd COLLATION FOR expression
2012-03-02 Peter Eisentrautecpg: Clean up some const usage
2012-03-02 Heikki LinnakangasWhen a GiST page is split during index build, it might...
2012-03-01 Peter EisentrautDon't link pg_isolation_regress with libpq
2012-03-01 Peter Eisentrautpsql: Improve error display for psql -f -
2012-03-01 Alvaro HerreraRemove TOAST table from pg_database
2012-02-29 Heikki LinnakangasCorrectly detect SSI conflicts of prepared transactions...
2012-02-29 Tom LaneFix MSVC builds for previous patch's addition of a...
2012-02-29 Alvaro HerreraFix typo in comment
2012-02-29 Tom LaneMove CRC tables to libpgport, and provide them in a...
2012-02-28 Tom LaneFix thinko in new match_join_clauses_to_index() logic.
2012-02-28 Peter EisentrautAdd const qualifiers where they are accidentally cast...
2012-02-28 Alvaro Herrerapsql: when tab-completing, use quotes on file names...
2012-02-27 Alvaro HerreraALTER TABLE: skip FK validation when it's safe to do so
2012-02-27 Peter EisentrautCall check_keywords.pl in maintainer-check
2012-02-26 Tom LaneFix some more bugs in GIN's WAL replay logic.
2012-02-26 Peter EisentrautRemove useless cast
2012-02-26 Peter EisentrautRemove useless const qualifier
2012-02-24 Tom LaneMerge dissect() into cdissect() to remove a pile of...
2012-02-24 Tom LaneAvoid repeated creation/freeing of per-subre DFAs durin...
2012-02-24 Tom LaneRemove useless "retry memory" logic within regex engine.
2012-02-24 Bruce MomjianMention original ctags option name.
2012-02-24 Bruce MomjianUpdate src/tools/make_ctags to avoid Exuberant tags...
2012-02-24 Peter EisentrautAdd some enumeration commas, for consistency
2012-02-24 Tom LaneFix the general case of quantified regex back-references.
2012-02-24 Andrew DunstanCorrectly handle NULLs in JSON output.
2012-02-23 Tom LaneConvert newlines to spaces in names written in pg_dump...
2012-02-23 Tom LaneRemove arbitrary limitation on length of common name...
2012-02-23 Tom LaneRequire execute permission on the trigger function...
2012-02-23 Tom LaneAllow MinGW builds to use standardly-named OpenSSL...
2012-02-23 Peter EisentrautRemove inappropriate quotes
2012-02-23 Peter EisentrautFix build without OpenSSL
2012-02-23 Robert HaasMake EXPLAIN (BUFFERS) track blocks dirtied, as well...
2012-02-23 Robert HaasFix typo in comment.
2012-02-22 Peter EisentrautAdd parameters for controlling locations of server...
2012-02-22 Alvaro HerreraREASSIGN OWNED: Support foreign data wrappers and servers
2012-02-21 Tom LaneDon't clear btpo_cycleid during _bt_vacuum_one_page.
2012-02-21 Tom LaneCosmetic cleanup for commit a760893dbda9934e287789d54bb...
2012-02-21 Magnus HaganderAvoid double close of file handle in syslogger on win32
2012-02-21 Andrew DunstanFix typo, noticed by Will Crawford.
2012-02-21 Peter Eisentrautpg_regress: Add application name setting
2012-02-20 Andrew DunstanFix a couple of cases of JSON output.
2012-02-20 Tom LaneFix regex back-references that are directly quantified...
2012-02-20 Tom LaneAdd caching of ctype.h/wctype.h results in regc_locale.c.
2012-02-19 Tom LaneCreate the beginnings of internals documentation for...
2012-02-19 Andrew DunstanImprove pretty printing of viewdefs.
2012-02-19 Michael MeskesIn ecpglib rewrote code that used strtok_r to not use...
2012-02-18 Tom LaneUpdate expected/collate.linux.utf8.out for recent plpgs...
2012-02-18 Michael Meskesgcc on Windows does not know about strtok_s.
2012-02-18 Michael MeskesWindows doesn't have strtok_r, so let's use strtok_s...
2012-02-18 Michael MeskesMake sure all connection paramters are used in call...
2012-02-18 Tom LaneSync regex code with Tcl 8.5.11.
2012-02-16 Tom LaneImprove statistics estimation to make some use of DISTI...
2012-02-16 Robert Haaspg_dump: Miscellaneous tightening based on recent refac...
2012-02-16 Robert Haaspg_dump: Remove global connection pointer.
2012-02-16 Robert HaasRefactor pg_dump.c to avoid duplicating returns-one...
2012-02-16 Robert HaasInvent on_exit_nicely for pg_dump.
next