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
*
Replace the parser's namespace tree (which formerly had the same
Tom Lane
2005-06-05
3
-18
/
+27
*
Allow kerberos name and username case sensitivity to be specified from
Bruce Momjian
2005-06-04
2
-5
/
+7
*
Change expandRTE() and ResolveNew() back to taking just the single
Tom Lane
2005-06-04
2
-6
/
+5
*
Revise handling of dropped columns in JOIN alias lists to avoid a
Tom Lane
2005-06-03
4
-9
/
+15
*
Push enable/disable of notify and catchup interrupts all the way down
Tom Lane
2005-06-02
1
-1
/
+3
*
Change CRCs in WAL records from 64bit to 32bit for performance reasons.
Tom Lane
2005-06-02
4
-59
/
+115
*
ParseComplexProjection should make use of expandRecordVariable so that
Tom Lane
2005-05-31
1
-1
/
+3
*
Document get_call_result_type() and friends; mark TypeGetTupleDesc()
Tom Lane
2005-05-30
1
-6
/
+5
*
Add support for NUMERIC ^ NUMERIC based on power(numeric, numeric).
Bruce Momjian
2005-05-30
2
-3
/
+4
*
When enqueueing after-row triggers for updates of a table with a foreign
Neil Conway
2005-05-30
1
-2
/
+11
*
Create separate ON INSERT and ON UPDATE triggers on tables with foreign
Neil Conway
2005-05-30
1
-2
/
+2
*
Change the UNKNOWN type to have an internal representation matching
Tom Lane
2005-05-30
2
-4
/
+4
*
Improve LockAcquire API per my recent proposal. All error conditions
Tom Lane
2005-05-29
1
-2
/
+11
*
Remove typeidIsValid() checks in can_coerce_type(). These checks
Tom Lane
2005-05-29
1
-2
/
+1
*
Modify hash_search() API to prevent future occurrences of the error
Tom Lane
2005-05-29
1
-3
/
+2
*
Arrange to cache fmgr lookup information for an index's access method
Tom Lane
2005-05-27
3
-13
/
+31
*
Remove second argument from textToQualifiedNameList(), as it is no longer
Neil Conway
2005-05-27
1
-2
/
+2
*
Adjust datetime parsing to be more robust. We now pass the length of the
Neil Conway
2005-05-26
1
-2
/
+2
*
Add parentheses to macros when args are used in computations. Without
Bruce Momjian
2005-05-25
9
-33
/
+33
*
Put parentheses around use of macro arguments in FMODULO and TMODULO.
Bruce Momjian
2005-05-24
1
-7
/
+7
*
More macro cleanups for date/time.
Bruce Momjian
2005-05-23
1
-1
/
+3
*
Add datetime macros for constants, for clarity:
Bruce Momjian
2005-05-23
1
-1
/
+6
*
Teach the planner to remove SubqueryScan nodes from the plan if they
Tom Lane
2005-05-22
2
-5
/
+10
*
Add support for wal_fsync_writethrough for Darwin, and restructure the
Bruce Momjian
2005-05-20
4
-5
/
+17
*
Implement md5(bytea), update regression tests and documentation. Patch
Neil Conway
2005-05-20
3
-4
/
+7
*
Factor out lock cleanup code that is needed in several places in lock.c.
Tom Lane
2005-05-19
1
-2
/
+2
*
Split the shared-memory array of PGPROC pointers out of the sinval
Tom Lane
2005-05-19
7
-30
/
+51
*
Extend the pg_locks system view so that it can fully display all lock
Tom Lane
2005-05-17
2
-4
/
+4
*
Cleanup GiST header files. Since GiST extensions are often written as
Neil Conway
2005-05-17
2
-117
/
+125
*
GiST improvements:
Neil Conway
2005-05-17
1
-12
/
+23
*
Rename Rendezvous to Bonjour to match OS/X renaming.
Bruce Momjian
2005-05-15
2
-4
/
+4
*
Minor refactoring to eliminate duplicate code and make startup a
Tom Lane
2005-05-14
1
-1
/
+5
*
Revise nodeMergejoin in light of example provided by Guillaume Smet.
Tom Lane
2005-05-13
3
-35
/
+34
*
This patch refactors away some duplicated code in the index AM build
Neil Conway
2005-05-11
1
-2
/
+3
*
This patch reduces the size of the message header used by statistics
Neil Conway
2005-05-11
1
-9
/
+20
*
Code cleanup: in C89, there is no point casting the first argument to
Neil Conway
2005-05-11
1
-7
/
+7
*
Back out check for unreferenced files.
Bruce Momjian
2005-05-10
2
-6
/
+2
*
Report index name on CLUSTER failure. Also, suggest ALTER TABLE
Bruce Momjian
2005-05-10
1
-2
/
+3
*
Complete the following TODO items:
Neil Conway
2005-05-09
3
-5
/
+15
*
For some reason access/tupmacs.h has been #including utils/memutils.h,
Tom Lane
2005-05-06
1
-2
/
+1
*
Adjust nodeBitmapIndexscan to keep the target index opened from plan
Tom Lane
2005-05-05
1
-1
/
+5
*
Clean up MultiXactIdExpand's API by separating out the case where we
Tom Lane
2005-05-03
1
-4
/
+4
*
Check the file system on postmaster startup and report any unreferenced
Bruce Momjian
2005-05-02
2
-2
/
+6
*
Change SPI functions to use a `long' when specifying the number of tuples
Neil Conway
2005-05-02
1
-8
/
+8
*
Change CREATE TYPE to require datatype output and send functions to have
Tom Lane
2005-05-01
1
-5
/
+3
*
Change catalog entries for record_out and record_send to show only one
Tom Lane
2005-04-30
2
-5
/
+5
*
Use the standard lock manager to establish priority order when there
Tom Lane
2005-04-30
1
-1
/
+18
*
Restructure LOCKTAG as per discussions of a couple months ago.
Tom Lane
2005-04-29
4
-38
/
+101
*
Implement sharable row-level locks, and use them for foreign key references
Tom Lane
2005-04-28
13
-29
/
+102
*
Replace slightly klugy create_bitmap_restriction() function with a
Tom Lane
2005-04-25
2
-3
/
+5
[next]