index
:
delta/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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert accidental change to pg_config_manual.h.
Robert Haas
2011-10-09
1
-1
/
+1
*
Improve index-only scans to avoid repeated access to the index page.
Tom Lane
2011-10-09
2
-2
/
+22
*
Fix typo.
Heikki Linnakangas
2011-10-08
1
-1
/
+1
*
Try to fix memory barriers on x86_64.
Robert Haas
2011-10-07
1
-5
/
+15
*
Support index-only scans using the visibility map to avoid heap fetches.
Tom Lane
2011-10-07
10
-28
/
+54
*
Improve and simplify CREATE EXTENSION's management of GUC variables.
Tom Lane
2011-10-05
1
-1
/
+1
*
Improve define_custom_variable's handling of pre-existing settings.
Tom Lane
2011-10-04
1
-1
/
+1
*
Remember the source GucContext for each GUC parameter.
Tom Lane
2011-10-04
1
-6
/
+8
*
Use callbacks in SlruScanDirectory for the actual action
Alvaro Herrera
2011-10-04
1
-1
/
+10
*
Restructure error handling in reading of postgresql.conf.
Tom Lane
2011-10-02
1
-1
/
+1
*
Support GiST index support functions that want to cache data across calls.
Tom Lane
2011-09-30
1
-4
/
+13
*
Allow snapshot references to still work during transaction abort.
Tom Lane
2011-09-26
2
-2
/
+1
*
Recognize self-contradictory restriction clauses for non-table relations.
Tom Lane
2011-09-24
1
-0
/
+2
*
Memory barrier support for PostgreSQL.
Robert Haas
2011-09-23
1
-0
/
+171
*
Make EXPLAIN ANALYZE report the numbers of rows rejected by filter steps.
Tom Lane
2011-09-22
2
-4
/
+20
*
Redesign the plancache mechanism for more flexibility and efficiency.
Tom Lane
2011-09-16
7
-85
/
+126
*
Split walsender.h in public/private headers
Alvaro Herrera
2011-09-13
2
-91
/
+111
*
Invent a new memory context primitive, MemoryContextSetParent.
Tom Lane
2011-09-11
1
-0
/
+2
*
Remove many -Wcast-qual warnings
Peter Eisentraut
2011-09-11
1
-1
/
+1
*
Add missing format attributes
Peter Eisentraut
2011-09-10
1
-1
/
+2
*
Add datatype directory to SUBDIRS.
Itagaki Takahiro
2011-09-11
1
-1
/
+1
*
Simplify handling of the timezone GUC by making initdb choose the default.
Tom Lane
2011-09-09
2
-12
/
+13
*
Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.
Tom Lane
2011-09-09
14
-144
/
+179
*
Buffering GiST index build algorithm.
Heikki Linnakangas
2011-09-08
1
-2
/
+180
*
Fix bug introduced by pgrminclude where the tablespace version name was
Bruce Momjian
2011-09-07
2
-1
/
+6
*
Change get_variable_numdistinct's API to flag default estimates explicitly.
Tom Lane
2011-09-04
1
-1
/
+2
*
Clean up the #include mess a little.
Tom Lane
2011-09-04
20
-10
/
+27
*
Remove unnecessary and circular #include.
Tom Lane
2011-09-03
1
-1
/
+0
*
walsender.h doesn't need xlog.h, per Tom.
Bruce Momjian
2011-09-03
1
-1
/
+0
*
Move AllowCascadeReplication() define from xlog.h to replication include
Bruce Momjian
2011-09-03
3
-3
/
+5
*
Rearrange planner to save the whole PlannerInfo (subroot) for a subquery.
Tom Lane
2011-09-03
5
-24
/
+10
*
Teach ANALYZE to clear pg_class.relhassubclass when appropriate.
Tom Lane
2011-09-02
1
-0
/
+2
*
Improve method of avoiding fcinfo compile errors.
Bruce Momjian
2011-09-01
1
-1
/
+1
*
Add C comment about necessary NetBSD include.
Bruce Momjian
2011-09-01
1
-1
/
+1
*
Add missing hba.h include for NetBSD.
Bruce Momjian
2011-09-01
1
-0
/
+1
*
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-09-01
47
-80
/
+3
*
setlocale() on Windows doesn't work correctly if the locale name contains
Heikki Linnakangas
2011-09-01
1
-1
/
+12
*
Move the line to undefine setlocale() macro on Win32 outside USE_REPL_SNPRINTF
Heikki Linnakangas
2011-09-01
1
-9
/
+10
*
Use a non-locking test in TAS_SPIN() on all IA64 platforms.
Tom Lane
2011-08-29
1
-6
/
+22
*
Improve spinlock performance for HP-UX, ia64, non-gcc.
Robert Haas
2011-08-29
1
-11
/
+24
*
Allow more include files to be compiled in their own by adding missing
Bruce Momjian
2011-08-27
5
-2
/
+5
*
Add markers.
Bruce Momjian
2011-08-26
1
-1
/
+1
*
Add markers for skips.
Bruce Momjian
2011-08-26
1
-1
/
+1
*
Improve comments describing tsvector data structure.
Tom Lane
2011-08-26
1
-25
/
+27
*
Add missing include so include file compiles cleanly on its own.
Bruce Momjian
2011-08-22
1
-0
/
+1
*
Fix trigger WHEN conditions when both BEFORE and AFTER triggers exist.
Tom Lane
2011-08-21
1
-1
/
+2
*
Revise sinval code to remove no-longer-used tuple TID from inval messages.
Tom Lane
2011-08-16
4
-25
/
+19
*
Fix race condition in relcache init file invalidation.
Tom Lane
2011-08-16
1
-1
/
+2
*
Make USECS_PER_* timestamp macros visible even when we are not using
Bruce Momjian
2011-08-12
1
-2
/
+0
*
Remove wal_sender_delay GUC, because it's no longer useful.
Tom Lane
2011-08-10
1
-1
/
+0
[next]