index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
Age
Commit message (
Expand
)
Author
2013-07-05
Use type "int64" for memory accounting in tuplesort.c/tuplestore.c.
Noah Misch
2013-07-04
Add new GUC, max_worker_processes, limiting number of bgworkers.
Robert Haas
2013-07-03
Get rid of pg_class.reltoastidxid.
Fujii Masao
2013-07-03
Add #include to make header file independent
Peter Eisentraut
2013-07-02
Add support for multiple kinds of external toast datums.
Robert Haas
2013-07-02
Use an MVCC snapshot, rather than SnapshotNow, for catalog scans.
Robert Haas
2013-07-01
Add a convenience routine makeFuncCall to reduce duplication.
Robert Haas
2013-06-30
Fix cpluspluscheck in checksum code
Peter Eisentraut
2013-06-29
Inline ginCompareItemPointers function for speed.
Heikki Linnakangas
2013-06-28
ALTER TABLE ... ALTER CONSTRAINT for FKs
Simon Riggs
2013-06-28
Make the OVER keyword unreserved.
Robert Haas
2013-06-28
Define Trap and TrapMacro even in non-cassert builds.
Robert Haas
2013-06-27
Permit super-MaxAllocSize allocations with MemoryContextAllocHuge().
Noah Misch
2013-06-27
Cooperate with the Valgrind instrumentation framework.
Noah Misch
2013-06-26
Renovate display of non-ASCII messages on Windows.
Noah Misch
2013-06-24
Reverting previous commit, pending investigation
Simon Riggs
2013-06-24
ALTER TABLE ... ALTER CONSTRAINT for FKs
Simon Riggs
2013-06-23
Ensure no xid gaps during Hot Standby startup
Simon Riggs
2013-06-17
Add buffer_std flag to MarkBufferDirtyHint().
Jeff Davis
2013-06-15
Be consistent about #define'ing configure symbols as "1" not empty.
Tom Lane
2013-06-14
Stamp HEAD as 9.4devel.
Tom Lane
2013-06-14
Avoid deadlocks during insertion into SP-GiST indexes.
Tom Lane
2013-06-14
Refactor checksumming code to make it easier to use externally.
Tom Lane
2013-06-12
Don't pass oidvector by value.
Noah Misch
2013-06-12
Improve updatability checking for views and foreign tables.
Tom Lane
2013-06-04
Add ARM64 (aarch64) support to s_lock.h.
Tom Lane
2013-06-03
Put back allow_system_table_mods check in heap_create().
Heikki Linnakangas
2013-05-29
pgindent run for release 9.3
Bruce Momjian
2013-05-23
Fix typo in comment.
Robert Haas
2013-05-08
Use the term "radix tree" instead of "suffix tree" for SP-GiST text opclass.
Heikki Linnakangas
2013-05-06
Stamp 9.3beta1.
REL9_3_BETA1
Tom Lane
2013-05-06
Move materialized views' is-populated status into their pg_class entries.
Tom Lane
2013-04-30
Bump PG_CONTROL_VERSION to 937
Simon Riggs
2013-04-30
Record data_checksum_version in control file.
Simon Riggs
2013-04-29
Postpone creation of pathkeys lists to fix bug #8049.
Tom Lane
2013-04-29
Introduce new page checksum algorithm and module.
Simon Riggs
2013-04-28
Editorialize a bit on new ProcessUtility() API.
Tom Lane
2013-04-27
Incidental cleanup of matviews code.
Tom Lane
2013-04-20
Clean up references to SQL92
Peter Eisentraut
2013-04-16
Remove some unused and seldom used fields from RelationAmInfo.
Heikki Linnakangas
2013-04-16
Mark json IO and extraction functions immutable.
Andrew Dunstan
2013-04-12
Clean up the mess around EXPLAIN and materialized views.
Tom Lane
2013-04-12
sepgsql: Enforce db_procedure:{execute} permission.
Robert Haas
2013-04-12
Minor wording corrections for object-access hook stuff.
Robert Haas
2013-04-11
Fix confusion between ObjectType and ObjectClass
Alvaro Herrera
2013-04-09
Create a distinction between a populated matview and a scannable one.
Kevin Grittner
2013-04-09
Adjust ExplainOneQuery_hook_type to take a DestReceiver argument.
Robert Haas
2013-04-09
Support indexing of regular-expression searches in contrib/pg_trgm.
Tom Lane
2013-04-08
Avoid tricky race condition recording XLOG_HINT
Simon Riggs
2013-04-05
sepgsql: Enforce db_schema:search permission.
Robert Haas
[next]