]> granicus.if.org Git - postgresql/history - src/include
Stamp shared-library minor version numbers for 9.4.
[postgresql] / src / include /
2013-06-14 Tom LaneStamp HEAD as 9.4devel.
2013-06-14 Tom LaneAvoid deadlocks during insertion into SP-GiST indexes.
2013-06-14 Tom LaneRefactor checksumming code to make it easier to use...
2013-06-12 Noah MischDon't pass oidvector by value.
2013-06-12 Tom LaneImprove updatability checking for views and foreign...
2013-06-04 Tom LaneAdd ARM64 (aarch64) support to s_lock.h.
2013-06-03 Heikki LinnakangasPut back allow_system_table_mods check in heap_create().
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-05-23 Robert HaasFix typo in comment.
2013-05-08 Heikki LinnakangasUse the term "radix tree" instead of "suffix tree"...
2013-05-06 Tom LaneStamp 9.3beta1. REL9_3_BETA1
2013-05-06 Tom LaneMove materialized views' is-populated status into their...
2013-04-30 Simon RiggsBump PG_CONTROL_VERSION to 937
2013-04-30 Simon RiggsRecord data_checksum_version in control file.
2013-04-29 Tom LanePostpone creation of pathkeys lists to fix bug #8049.
2013-04-29 Simon RiggsIntroduce new page checksum algorithm and module.
2013-04-28 Tom LaneEditorialize a bit on new ProcessUtility() API.
2013-04-27 Tom LaneIncidental cleanup of matviews code.
2013-04-20 Peter EisentrautClean up references to SQL92
2013-04-16 Heikki LinnakangasRemove some unused and seldom used fields from Relation...
2013-04-16 Andrew DunstanMark json IO and extraction functions immutable.
2013-04-12 Tom LaneClean up the mess around EXPLAIN and materialized views.
2013-04-12 Robert Haassepgsql: Enforce db_procedure:{execute} permission.
2013-04-12 Robert HaasMinor wording corrections for object-access hook stuff.
2013-04-11 Alvaro HerreraFix confusion between ObjectType and ObjectClass
2013-04-09 Kevin GrittnerCreate a distinction between a populated matview and...
2013-04-09 Robert HaasAdjust ExplainOneQuery_hook_type to take a DestReceiver...
2013-04-09 Tom LaneSupport indexing of regular-expression searches in...
2013-04-08 Simon RiggsAvoid tricky race condition recording XLOG_HINT
2013-04-05 Robert Haassepgsql: Enforce db_schema:search permission.
2013-04-04 Heikki LinnakangasFix crash on compiling a regular expression with more...
2013-04-01 Tom LaneFix insecure parsing of server command-line switches.
2013-04-01 Tom LaneMake REPLICATION privilege checks test current user...
2013-03-29 Andrew DunstanAdd new JSON processing functions and parser API.
2013-03-28 Alvaro HerreraAdd sql_drop event for event triggers
2013-03-28 Simon RiggsRevoke bc5334d8679c428a709d150666b288171795bd76
2013-03-27 Simon RiggsAllow external recovery_config_directory
2013-03-22 Kevin GrittnerFix problems with incomplete attempt to prohibit OIDS...
2013-03-22 Simon RiggsAllow I/O reliability checks using 16-bit checksums
2013-03-21 Tom LaneRedo postgres_fdw's planner code so it can handle param...
2013-03-20 Alvaro HerreraAllow extracting machine-readable object identity
2013-03-18 Simon RiggsRemove PageSetTLI and rename pd_tli to pd_checksum
2013-03-18 Robert HaasExtend object-access hook machinery to support post...
2013-03-17 Tom Laneinitdb needs pqsignal() even on Windows.
2013-03-17 Tom LaneMove pqsignal() to libpgport.
2013-03-17 Tom LaneAdd lock_timeout configuration parameter.
2013-03-14 Tom LaneAvoid inserting Result nodes that only compute identity...
2013-03-14 Heikki LinnakangasAdd cost estimation of range @> and <@ operators.
2013-03-10 Andrew DunstanJSON generation improvements.
2013-03-10 Tom LaneSupport writable foreign tables.
2013-03-10 Magnus HaganderReport pg_hba line number and contents when users fail...
2013-03-08 Heikki LinnakangasForgot catversion bump in the SP-GiST adjacent support...
2013-03-08 Heikki LinnakangasSP-GiST support of the range adjacent operator -|-
2013-03-07 Heikki LinnakangasFix tli history file fetching, broken by the archive...
2013-03-07 Tom LaneArrange to cache FdwRoutine structs in foreign tables...
2013-03-07 Robert HaasCode beautification for object-access hook machinery.
2013-03-06 Tom LaneFix missing #include in commands/matview.h.
2013-03-05 Tom LaneFix to_char() to use ASCII-only case-folding rules...
2013-03-05 Kevin GrittnerBump catversion because of new function in the material...
2013-03-04 Kevin GrittnerAdd a materialized view relations.
2013-03-04 Tom LaneGet rid of any toast table when converting a table...
2013-03-03 Tom LaneFix SQL function execution to be safe with long-lived...
2013-02-27 Heikki LinnakangasAdd support for piping COPY to/from an external program.
2013-02-26 Tom LaneInstall headers from the new src/include/common subdire...
2013-02-22 Alvaro HerreraAdd pg_xlogdump contrib program
2013-02-22 Alvaro HerreraMove relpath() to libpgcommon
2013-02-21 Tom LaneNeed to decorate XactIsoLevel as PGDLLIMPORT for postgr...
2013-02-18 Alvaro HerreraMove ExceptionalCondition back to postgres.h
2013-02-18 Alvaro HerreraSplit pgstat file in smaller pieces
2013-02-18 Peter EisentrautAdd ALTER ROLE ALL SET command
2013-02-15 Simon RiggsForce archive_status of .done for xlogs created by...
2013-02-15 Tom LaneInvent pre-commit/pre-prepare/pre-subcommit events...
2013-02-13 Tom LaneFix CVE-2013-0255 properly.
2013-02-12 Alvaro HerreraRename "string" pstrdup argument to "in"
2013-02-12 Alvaro HerreraCreate libpgcommon, and move pg_malloc et al to it
2013-02-12 Peter EisentrautAdd noreturn attributes to some error reporting functions
2013-02-11 Heikki LinnakangasSupport unlogged GiST index.
2013-02-11 Heikki LinnakangasInclude previous TLI in end-of-recovery and shutdown...
2013-02-10 Tom LaneDocument and clean up gistsplit.c.
2013-02-09 Tom LaneAdd support for ALTER RULE ... RENAME TO.
2013-02-08 Alvaro HerreraClean up c.h / postgres.h after Assert() move
2013-02-07 Tom LaneRepair bugs in GiST page splitting code for multi-colum...
2013-02-06 Alvaro HerreraSplit out list of XLog resource managers
2013-02-01 Alvaro HerreraMove Assert() definitions to c.h
2013-01-31 Tom LaneFix plpgsql's reporting of plan-time errors in possibly...
2013-01-29 Tom LaneProvide database object names as separate fields in...
2013-01-29 Simon RiggsFast promote mode skips checkpoint at end of recovery.
2013-01-26 Bruce MomjianAllow CREATE TABLE IF EXIST so succeed if the schema...
2013-01-25 Tom LaneChange plan caching to honor, not resist, changes in...
2013-01-24 Andrew DunstanUse correct output device for Windows prompts.
2013-01-24 Alvaro HerreraRedefine HEAP_XMAX_IS_LOCKED_ONLY
2013-01-23 Alvaro HerreraImprove concurrency of foreign key locking
2013-01-23 Heikki LinnakangasImplement pg_unreachable() on MSVC.
2013-01-23 Heikki LinnakangasFix more issues with cascading replication and timeline...
2013-01-22 Tom LaneAdd infrastructure for storing a VARIADIC ANY function...
2013-01-21 Robert HaasAdd ddl_command_end support for event triggers.
2013-01-21 Alvaro HerreraRefactor ALTER some-obj RENAME implementation
2013-01-18 Heikki LinnakangasNow that START_REPLICATION returns the next timeline...
2013-01-18 Heikki LinnakangasUse the right timeline when beginning to stream from...
2013-01-17 Alvaro HerreraAccelerate end-of-transaction dropping of relations
next