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-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
2011-08-05
Allow per-column foreign data wrapper options.
Robert Haas
2011-08-04
Create VXID locks "lazily" in the main lock table.
Robert Haas
2011-07-23
Rethink behavior of CREATE OR REPLACE during CREATE EXTENSION.
Tom Lane
2011-07-20
Support SECURITY LABEL on databases, tablespaces, and roles.
Robert Haas
2011-07-19
Remove superfluous variable.
Robert Haas
2011-07-18
Avoid index rebuild for no-rewrite ALTER TABLE .. ALTER TYPE.
Robert Haas
2011-07-16
Replace errdetail("%s", ...) with errdetail_internal("%s", ...).
Tom Lane
2011-07-12
Avoid listing ungrouped Vars in the targetlist of Agg-underneath-Window.
Tom Lane
2011-07-09
Try to acquire relation locks in RangeVarGetRelid.
Robert Haas
2011-07-08
Fix another oversight in logging of changes in postgresql.conf settings.
Tom Lane
2011-07-08
Message style improvements
Peter Eisentraut
2011-07-07
Finish disabling reduced-lock-levels-for-DDL feature.
Tom Lane
2011-07-05
Call FDW validator functions even when the options list is empty.
Tom Lane
2011-07-04
Message style tweaks
Peter Eisentraut
2011-07-04
Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.h
Alvaro Herrera
2011-07-04
Don't try to use a constraint name as domain name
Alvaro Herrera
2011-07-04
Remove unused variable to silence compiler warning
Peter Eisentraut
2011-07-04
Reset ALTER TABLE lock levels to AccessExclusiveLock in all cases.
Simon Riggs
[next]