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
Age
Commit message (
Expand
)
Author
2005-02-24
My patch this morning was overly hasty; revert code to original state.
Tom Lane
2005-02-23
Minor code cleanup: remove a variable that was assigned to but never
Neil Conway
2005-02-23
This patch optimizes the md5_text() function (which is used to
Neil Conway
2005-02-23
Un-break plpgsql build by removing unwanted _() usage.
Tom Lane
2005-02-23
Properly undef _(x) gettext macro.
Bruce Momjian
2005-02-22
This patch changes makes some significant changes to how compilation
Neil Conway
2005-02-22
Add semicolon so snprintf.c goto has a statement to attach to:
Bruce Momjian
2005-02-22
Use _() macro consistently rather than gettext(). Add translation
Bruce Momjian
2005-02-22
Add support to port/snprintf.c for position parameter specification:
Bruce Momjian
2005-02-21
Try to get Borland CC to compile.
Bruce Momjian
2005-02-21
Trivial fix: change the reference to further documentation of pathkeys to
Neil Conway
2005-02-20
Use SnapshotNow instead of SnapshotSelf for reading the catalogs
Tom Lane
2005-02-20
Remove some no-longer-needed kluges for bootstrapping, in particular
Tom Lane
2005-02-20
Rename macro to MAKE_EXPIRED_TUPLES_VISIBLE.
Bruce Momjian
2005-02-20
Fix MAKE_ALL_TUPLES_VISIBLE define.
Bruce Momjian
2005-02-20
Move define MAKE_ALL_TUPLES_VISIBLE to a more logical place.
Bruce Momjian
2005-02-20
I have added a define, MAKE_ALL_TUPLES_VISIBLE, to help people recover
Bruce Momjian
2005-02-20
Flat file cleanup phase 2: make it work for pg_group. The flat group
Tom Lane
2005-02-20
Add code to prevent transaction ID wraparound by enforcing a safe limit
Tom Lane
2005-02-19
New arrangement to always let the bgwriter do checkpoints broke
Tom Lane
2005-02-19
Ensure that the resolved datatype of any unknown Param is propagated
Tom Lane
2005-02-18
Convert MemoryContextSwitchTo() into an inline function when using GCC.
Tom Lane
2005-02-15
Update comment on VACUUM FULL.
Bruce Momjian
2005-02-15
Document usage of gettext_noop().
Bruce Momjian
2005-02-14
Improve documentation of signal usage for HAVE_SIGPROCMASK and
Bruce Momjian
2005-02-14
Improve documentation of signal usage for HAVE_SIGPROCMASK and
Bruce Momjian
2005-02-14
ALTER LANGUAGE RENAME has never worked. Per Sergey Yatskevich.
Tom Lane
2005-02-13
Print file name and errno string on rmtree failure.
Bruce Momjian
2005-02-13
Move plpgsql DEBUG from DEBUG2 to DEBUG1 because it is a user-requested
Bruce Momjian
2005-02-12
Move plpgsql DEBUG from DEBUG2 to DEBUG1 because it is a user-requested
Bruce Momjian
2005-02-11
Add a regression test to verify that the stack depth checker actually
Tom Lane
2005-02-11
Adjust input routines for float4, float8 and oid to reject the empty string
Neil Conway
2005-02-11
Fix ANALYZE to accumulate some minimal statistics for an all-null column.
Tom Lane
2005-02-10
Fix SPI cursor support to allow scanning the results of utility commands
Tom Lane
2005-02-10
Fixed changelog entry to list correct bug reporter.
Michael Meskes
2005-02-10
Fixed more parsing bugs in other CREATE statements as pointed out by TANIDA
Michael Meskes
2005-02-09
ALTER TABLE ADD COLUMN exhibits a significant memory leak when adding a
Neil Conway
2005-02-09
Fixed bug in parsing of CREATE AS statement.
Michael Meskes
2005-02-06
Repair CLUSTER failure after ALTER TABLE SET WITHOUT OIDS. Turns out
Tom Lane
2005-02-05
Fix bit-rot in ipc_test.c; it didn't include some stuff that pg_shmem.c
Tom Lane
2005-02-05
Marginal hack to merge adjacent ReleaseBuffer/ReadBuffer calls into
Tom Lane
2005-02-04
Refactor some duplicated code in lock.c: create UnGrantLock(), move code
Neil Conway
2005-02-03
Fix minor thinko in logic to set dump order when dumping from a pre-7.3
Tom Lane
2005-02-03
Ensure that all details of the ARC algorithm are hidden within freelist.c.
Tom Lane
2005-02-02
Improve performance of fmgr.c calling routines for cases with more than
Tom Lane
2005-02-02
Adjust constant-folding of CASE expressions so that the simple comparison
Tom Lane
2005-02-02
Add to release checklist:
Bruce Momjian
2005-02-02
Fixed bug in parsing of #line statement in declare section.
Michael Meskes
2005-02-02
Add support for temporary views, including documentation and regression
Neil Conway
2005-02-01
Fix a bug induced by the list-rewrite that resulted in incrementing the
Neil Conway
[next]