]> granicus.if.org Git - postgresql/shortlog
postgresql
2010-12-04 Tom LaneKNNGIST, otherwise known as order-by-operator support...
2010-12-03 Robert HaasClarify that LOCK TABLE requires a table-level privilege.
2010-12-03 Robert HaasRemove now-outdated mention of quotes being required...
2010-12-03 Robert HaasUse GUC lexer for recovery.conf parsing.
2010-12-03 Heikki LinnakangasRemove misleading comments. Move _Clone and _DeClone...
2010-12-03 Itagaki TakahiroRemove unnecessary string null-termination in pg_convert.
2010-12-03 Tom LaneCreate core infrastructure for KNNGIST.
2010-12-02 Alvaro HerreraMove private struct declaration to compress_io.c
2010-12-02 Alvaro HerreraRemove trailing whitespace
2010-12-02 Alvaro HerreraRemove useless struct declaration
2010-12-02 Alvaro HerreraSilence compiler
2010-12-02 Heikki LinnakangasRefactor the pg_dump zlib code from pg_backup_custom...
2010-12-01 Tom LanePrevent inlining a SQL function with multiple OUT param...
2010-11-29 Tom LaneSimplify and speed up mapping of index opfamilies to...
2010-11-29 Heikki LinnakangasBe consistent about writing "[, ...]" instead "[,....
2010-11-29 Robert HaasFix typo.
2010-11-29 Simon RiggsMove call to GetTopTransactionId() earlier in LockAcqui...
2010-11-27 Tom LanePoint out in default_tablespace's description that...
2010-11-27 Bruce MomjianIn libpq/Makefile, use OBJS += as a way to break up...
2010-11-27 Robert HaasNew contrib module, auth_delay.
2010-11-27 Tom LaneA bit more wordsmithing on the PQping documentation.
2010-11-27 Tom LaneOn further testing, PQping also needs an explicit check...
2010-11-27 Tom LaneRewrite PQping to be more like what we agreed to last...
2010-11-27 Tom LaneClean up IPv4 vs IPv6 bogosity in connectFailureMessage().
2010-11-26 Tom LaneFix portability issues in new src/port/inet_net_ntop...
2010-11-26 Robert HaasAdd more ALTER <object> .. SET SCHEMA commands.
2010-11-26 Tom LaneRemove bogus use of PGDLLIMPORT.
2010-11-26 Tom LaneFix significant memory leak in contrib/xml2 functions.
2010-11-26 Bruce MomjianAdd inet_net_ntop.c as needed by MSVC, per Magnus.
2010-11-26 Bruce MomjianUse conn->raddr consistently for non-connect libpq...
2010-11-26 Bruce MomjianUpdate comment that says we only report last libpq...
2010-11-26 Bruce MomjianUse only addr_cur when reporting connection failures...
2010-11-26 Bruce MomjianAbandon use of Makefile variables in libpq/Makefile...
2010-11-26 Bruce MomjianIn libpq/Makefile, merge PERM_PGPORT and OPT_PGPORT...
2010-11-26 Bruce MomjianImprove pg_ctl "cannot connect" spacing, per Tom, and...
2010-11-25 Bruce MomjianImprove pg_ctl "cannot connect" warning, per suggestion...
2010-11-25 Bruce MomjianFor libpq/Makefile OPT_PGPORT, remove .o extension...
2010-11-25 Bruce MomjianAdd PQping and PQpingParams to libpq to allow detection...
2010-11-25 Bruce MomjianFix getaddrinfo() in pgport to use proper parameters...
2010-11-25 Bruce MomjianRestructure how libpq includes external C files, for...
2010-11-25 Robert HaasObject access hook framework, with post-creation hook.
2010-11-25 Itagaki TakahiroDon't raise "identifier will be truncated" messages...
2010-11-25 Robert HaasAdd inet_net_ntop.c to .gitignore.
2010-11-25 Robert HaasRemove belt-and-suspenders guards against buffer pin...
2010-11-25 Bruce MomjianProperly add new inet_net_ntop file to libpq Makefile.
2010-11-24 Bruce MomjianDocument that a CHECKPOINT before taking a file system...
2010-11-24 Bruce MomjianWhen reporting the server as not responding, if the...
2010-11-24 Tom LaneCreate the system catalog infrastructure needed for...
2010-11-23 Peter EisentrautAdd index entries for more functions
2010-11-23 Peter EisentrautPropagate ALTER TYPE operations to typed tables
2010-11-23 Peter EisentrautRemove useless whitespace at end of lines
2010-11-23 Robert HaasCentralize some ALTER <whatever> .. SET SCHEMA checks.
2010-11-22 Alvaro HerreraRemove GucContext parameter from ParseConfigFile
2010-11-22 Robert HaasPut back accidentally-deleted quote_literal() regressio...
2010-11-21 Robert HaasBump catversion. Should have done this as part of...
2010-11-21 Robert HaasAdd new SQL function, format(text).
2010-11-20 Tom LaneFurther cleanup of indxpath logic related to IndexOptIn...
2010-11-20 Robert HaasMinor cleanup of indxpath.c.
2010-11-20 Tom LaneAssorted further cleanup for integer-conversion patch.
2010-11-20 Robert HaasExpose quote_literal_cstr() from core.
2010-11-20 Robert HaasUpdate int8-exp-three-digits.out to match new contents...
2010-11-20 Robert HaasAttempt to fix breakage caused by signed integer conver...
2010-11-20 Tom LaneFix leakage of cost_limit when multiple autovacuum...
2010-11-20 Robert HaasSpeed up conversion of signed integers to C strings.
2010-11-19 Tom LaneImprove relation width estimation for subqueries.
2010-11-18 Tom LaneImprove plpgsql's error reporting for no-such-column...
2010-11-18 Alvaro HerreraAdd pg_describe_object function
2010-11-18 Tom LaneDept of second thoughts: don't try to push LIMIT below...
2010-11-18 Robert HaasMinor corrections to dummy_seclabel documentation.
2010-11-18 Heikki LinnakangasRemove unused parameter. Patch by Shigeru Hanada.
2010-11-18 Tom LaneFurther fallout from the MergeAppend patch.
2010-11-18 Robert HaasDocument the dummy_seclabel contrib module.
2010-11-17 Tom LaneMake TRUNCATE ... RESTART IDENTITY restart sequences...
2010-11-17 Peter EisentrautAdditional fixes for parallel make
2010-11-17 Andrew DunstanRequire VALUE keyword when extending an enum type....
2010-11-16 Magnus HaganderSend paramHandle to subprocesses as 64-bit on Win64
2010-11-16 Heikki LinnakangasThe GiST scan algorithm uses LSNs to detect concurrent...
2010-11-15 Tom LaneFix aboriginal mistake in plpython's set-returning...
2010-11-15 Robert HaasAdd new buffers_backend_fsync field to pg_stat_bgwriter.
2010-11-15 Robert HaasRemove outdated comments from the regression test files.
2010-11-15 Robert HaasFix copy-and-pasteo a little more completely.
2010-11-15 Alvaro HerreraFix copy-and-pasteo.
2010-11-15 Simon RiggsAvoid spurious Hot Standby conflicts from btree delete...
2010-11-15 Tom LaneAdjust comments about what's needed to avoid make 3...
2010-11-15 Robert HaasCorrect poor grammar in comment.
2010-11-15 Robert HaasFix bug in cube picksplit algorithm.
2010-11-15 Robert HaasCleanup various comparisons with the constant "true".
2010-11-14 Tom LaneFix canAcceptConnections() bugs introduced by replicati...
2010-11-14 Tom LaneWork around make 3.80 bug with long expansions of ...
2010-11-13 Tom LaneAdd missing outfuncs.c support for struct InhRelation.
2010-11-13 Andrew DunstanAttempt to fix MSVC builds broken by parallel make...
2010-11-12 Robert HaasMove copydir() prototype into its own header file.
2010-11-12 Tom LaneFix old oversight in const-simplification of COALESCE...
2010-11-12 Peter EisentrautImproved parallel make support
2010-11-12 Peter Eisentrautdocs -> documentation
2010-11-12 Heikki LinnakangasAdd missing support for removing foreign data wrapper...
2010-11-11 Heikki LinnakangasFix bug introduced by the recent patch to check that...
2010-11-10 Tom LaneFix line_construct_pm() for the case of "infinite"...
2010-11-10 Bruce MomjianMention that pg_upgrade requires compatible 32/64-bit...
2010-11-10 Robert HaasAdd monitoring function pg_last_xact_replay_timestamp.
next