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
/
backend
/
commands
Age
Commit message (
Expand
)
Author
2011-11-25
Improve logging of autovacuum I/O activity
Alvaro Herrera
2011-11-25
Move "hot" members of PGPROC into a separate PGXACT array.
Robert Haas
2011-11-23
Creator of a range type must have permission to call support functions.
Tom Lane
2011-11-23
Remove user-selectable ANALYZE option for range types.
Tom Lane
2011-11-23
Remove zero- and one-argument range constructor functions.
Tom Lane
2011-11-21
More code review for rangetypes patch.
Tom Lane
2011-11-21
Further code review for range types patch.
Tom Lane
2011-11-18
Further consolidation of DROP statement handling.
Robert Haas
2011-11-17
Remove ancient downcasing code from procedural language operations.
Robert Haas
2011-11-15
Fix alignment and toasting bugs in range types.
Tom Lane
2011-11-14
Rerun pgindent with updated typedef list.
Bruce Momjian
2011-11-14
Run pgindent on range type files, per request from Tom.
Bruce Momjian
2011-11-09
Fix compiler warning.
Robert Haas
2011-11-09
In COPY, insert tuples to the heap in batches.
Heikki Linnakangas
2011-11-08
Rewrite comment for slightly greater accuracy.
Robert Haas
2011-11-08
Make VACUUM avoid waiting for a cleanup lock, where possible.
Robert Haas
2011-11-03
Support range data types.
Heikki Linnakangas
2011-11-01
Comment changes to show bgwriter no longer performs checkpoints.
Simon Riggs
2011-10-26
Change FK trigger naming convention to fix self-referential FKs.
Tom Lane
2011-10-26
Change FK trigger creation order to better support self-referential FKs.
Tom Lane
2011-10-21
More cleanup after failed reduced-lock-levels-for-DDL feature.
Tom Lane
2011-10-21
Fix DROP OPERATOR FAMILY IF EXISTS.
Robert Haas
2011-10-20
Add "skipping" to the NOTICE produced by DROP OPERATOR CLASS IF EXISTS.
Robert Haas
2011-10-20
Consolidate DROP handling for some object types.
Robert Haas
2011-10-19
Suppress -Wunused-result warnings about write() and fwrite().
Tom Lane
2011-10-14
Measure the number of all-visible pages for use in index-only scan costing.
Tom Lane
2011-10-12
Throw a useful error message if an extension script file is fed to psql.
Tom Lane
2011-10-11
Rearrange the implementation of index-only scans.
Tom Lane
2011-10-10
Fix ALTER TABLE ONLY .. DROP CONSTRAINT.
Robert Haas
2011-10-08
Support index-only scans using the visibility map to avoid heap fetches.
Tom Lane
2011-10-06
Improve and simplify CREATE EXTENSION's management of GUC variables.
Tom Lane
2011-10-04
Improve define_custom_variable's handling of pre-existing settings.
Tom Lane
2011-10-04
Use callbacks in SlruScanDirectory for the actual action
Alvaro Herrera
2011-10-02
Restructure error handling in reading of postgresql.conf.
Tom Lane
2011-09-22
Make EXPLAIN ANALYZE report the numbers of rows rejected by filter steps.
Tom Lane
2011-09-16
Redesign the plancache mechanism for more flexibility and efficiency.
Tom Lane
2011-09-11
Remove many -Wcast-qual warnings
Peter Eisentraut
2011-09-09
Simplify handling of the timezone GUC by making initdb choose the default.
Tom Lane
2011-09-09
Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.
Tom Lane
2011-09-07
Fix typo in error message.
Tom Lane
2011-09-06
Avoid possibly accessing off the end of memory in examine_attribute().
Tom Lane
2011-09-04
Clean up the #include mess a little.
Tom Lane
2011-09-02
Teach ANALYZE to clear pg_class.relhassubclass when appropriate.
Tom Lane
2011-09-01
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-08-30
Fix a missed case in code for "moving average" estimate of reltuples.
Tom Lane
2011-08-24
Make CREATE EXTENSION check schema creation permissions.
Tom Lane
2011-08-21
Fix trigger WHEN conditions when both BEFORE and AFTER triggers exist.
Tom Lane
2011-08-18
Make lazy_vacuum_rel call pg_rusage_init only if needed.
Robert Haas
2011-08-16
Preserve toast value OIDs in toast-swap-by-content for CLUSTER/VACUUM FULL.
Tom Lane
2011-08-14
Fix unsafe order of operations in foreign-table DDL commands.
Tom Lane
[next]