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
Age
Commit message (
Expand
)
Author
2002-09-20
The patch fix bug described in TODO:
Bruce Momjian
2002-09-20
Tom Lane wrote:
Bruce Momjian
2002-09-20
This patch cleans up some of the code in src/util/adt/formatting.c,
Bruce Momjian
2002-09-20
This patch fixes two typos in src/backend/storage/ipc/README.
Bruce Momjian
2002-09-20
Fixed this problem and added regression tests in domain.sql.
Bruce Momjian
2002-09-20
> I'm not sure why NDirectFileRead/NDirectFileWrite are unused at the
Bruce Momjian
2002-09-19
Tweak heap.c to refuse attempts to create table columns of standalone
Tom Lane
2002-09-19
Department of second thoughts: suppressing implicit casts everywhere in
Tom Lane
2002-09-18
Extend pg_cast castimplicit column to a three-way value; this allows us
Tom Lane
2002-09-18
Fix bug in encoding conversion map.
Tatsuo Ishii
2002-09-18
Update Japanese README so that it reflects the changes made to the
Tatsuo Ishii
2002-09-16
Remove retest Makefile entry because it does not compile.
Bruce Momjian
2002-09-16
Fix for rare race-condition-like failure: if a backend receives SIGUSR2
Tom Lane
2002-09-15
Cast functions can be immutable or stable.
Peter Eisentraut
2002-09-14
Update obsolete comment.
Tom Lane
2002-09-14
Cosmetic fixes from Neil Conway.
Tom Lane
2002-09-14
Shrink the pg_hba.conf and pg_ident.conf default files and move most of the
Peter Eisentraut
2002-09-14
Translation updates
Peter Eisentraut
2002-09-13
Change Assert(len > 0) to Assert(len >= 0)
Tatsuo Ishii
2002-09-12
Fix likely cause of rare ALTER TABLE ADD FOREIGN KEY failures ---
Tom Lane
2002-09-12
Avoid misleading error message when SET/RESET target variable name
Tom Lane
2002-09-11
Tweak querytree-dependency-extraction code so that columns of tables
Tom Lane
2002-09-10
Powerup defaults for LC_foo GUC variables should match what main.c does.
Tom Lane
2002-09-06
Remove heap_mark4update from AlterTableCreateToastTable. This has
Tom Lane
2002-09-05
Fix some operator-precedence problems. New constructs IS DISTINCT FRM
Tom Lane
2002-09-05
Assorted fixes for Cygwin:
Peter Eisentraut
2002-09-05
Fix compilation warning. (Cygwin has char* as second argument of
Peter Eisentraut
2002-09-05
Be careful to include postgres.h *before* any system headers, to ensure
Tom Lane
2002-09-04
Guard against send-lots-and-lots-of-data DoS attack from unauthenticated
Tom Lane
2002-09-04
pgindent run.
Bruce Momjian
2002-09-04
Avoid multiple scans of utils/mb/conversion_procs/ subdirectories during
Tom Lane
2002-09-04
Refrect the changes to src/test/regress/sql/conversion.sql By Tom.
Tatsuo Ishii
2002-09-03
EXTRACT(EPOCH FROM timestamp) gave wrong answers in the int64-timestamp
Tom Lane
2002-09-03
Arrange for the default permissions on a database to allow temp table
Tom Lane
2002-09-03
Remove all traces of multibyte and locale options. Clean up comments
Peter Eisentraut
2002-09-03
Work around mktime() brain damage in recent versions of glibc by using
Tom Lane
2002-09-03
Eliminate unnecessary dependency on mktime(), and consequent 'Unable to
Tom Lane
2002-09-03
Workaround for format strings that are concatenated from macros
Peter Eisentraut
2002-09-03
I think reindex_index had better get AccessExclusiveLock on the parent
Tom Lane
2002-09-03
Code review and documentation updates for indisclustered patch.
Tom Lane
2002-09-02
Translation updates
Peter Eisentraut
2002-09-02
Department of second thoughts: make checks for replacing a view slightly
Tom Lane
2002-09-02
> Okay. When you get back to the original issue, the gold is hidden in
Bruce Momjian
2002-09-02
I checked all the previous string handling errors and most of them were
Bruce Momjian
2002-09-02
Add GUC variable to print original query to the server logs when there
Bruce Momjian
2002-09-02
Remove documentation that says debug_query_string is only used by
Bruce Momjian
2002-09-02
Remove sys/types.h in files that include postgres.h, and hence c.h,
Bruce Momjian
2002-09-02
CREATE OR REPLACE VIEW, CREATE OR REPLACE RULE.
Tom Lane
2002-09-02
Code review for HeapTupleHeader changes. Add version number to page headers
Tom Lane
2002-09-01
Add log_duration to GUC/postgresql.conf.
Bruce Momjian
[next]