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
Age
Commit message (
Expand
)
Author
2007-02-02
Repair failure to check that a table is still compatible with a previously
Tom Lane
2007-02-02
Repair insufficiently careful type checking for SQL-language functions:
Tom Lane
2007-02-01
Mention file system replication as a high availability solution in the
Bruce Momjian
2007-02-01
Fix plpgsql so that when a local variable has no initial-value expression,
Tom Lane
2007-02-01
Backpatch last night's fix for broken markup to the 8.2 branch.
Neil Conway
2007-02-01
Add 8.2.0 "Incomatibilities" documentation that pg_dump's -n and -t
Bruce Momjian
2007-02-01
Backpatch FAQs to stable branch.
Bruce Momjian
2007-01-31
Translation updates
Peter Eisentraut
2007-01-31
Document need for periodic REINDEX in VACUUM FULL cases.
Bruce Momjian
2007-01-30
Update documentation for backslashes to mention escape string syntax
Bruce Momjian
2007-01-30
Repair oversights in the mechanism used to store compiled plpgsql functions.
Tom Lane
2007-01-30
Add SPI_push/SPI_pop calls so that datatype input and output functions called
Tom Lane
2007-01-30
Clarify paramater handling for pg_get_serial_sequence().
Bruce Momjian
2007-01-28
Repair oversight in creation of "append relations": we should set up
Tom Lane
2007-01-28
Fix up plpgsql's "simple expression" evaluation mechanism so that it behaves
Tom Lane
2007-01-28
Dept of second thoughts: the IQ of estimate_array_length() needs to be
Tom Lane
2007-01-28
Fix scalararraysel() to cope with binary-compatible cases, such as text[]
Tom Lane
2007-01-27
Correct an old logic error in btree page splitting: when considering a split
Tom Lane
2007-01-27
Back-port changes of Jan 16 and 17 to "revoke" pending fsync requests during
Tom Lane
2007-01-26
On Windows, use pgwin32_waitforsinglesocket() instead of select() to wait for
Tom Lane
2007-01-25
Properly detoast access to bytea field pg_trigger.tgargs. Old code
Bruce Momjian
2007-01-24
Get pg_utf_mblen(), pg_utf2wchar_with_len(), and utf2ucs() all on the same
Tom Lane
2007-01-24
Relax an Assert() that has been found to be too strict in some situations
Tom Lane
2007-01-20
Add documentation of memory and time units to postgresql.conf.
Bruce Momjian
2007-01-20
Update documentation about postgresqlconf to mention default units that
Bruce Momjian
2007-01-20
Document that to remove template1, datistemplate must be 'false'.
Bruce Momjian
2007-01-16
Fix incorrect permissions check in information_schema.key_column_usage view:
Tom Lane
2007-01-15
Correct a minor inaccuracy in the pg_dumpall reference page: -g dumps
Neil Conway
2007-01-15
Fix localization support for multibyte encoding and C locale.
Teodor Sigaev
2007-01-12
Fix handling of CC (century) format spec in to_date/to_char. According to
Tom Lane
2007-01-11
Fix a performance problem in databases with large numbers of tables
Tom Lane
2007-01-11
Allow Borland CC to compile libpq and psql.
Bruce Momjian
2007-01-10
Backport patch.
Tatsuo Ishii
2007-01-08
Tweak joinlist creation to avoid generating useless one-element subproblems
Tom Lane
2007-01-08
Remove cost_hashjoin's very ancient hack to discourage (once, entirely forbid)
Tom Lane
2007-01-07
Fix oversight in handling of row-comparison index keys: if the row comparison
Tom Lane
2007-01-06
Fix filtered_base_yylex() to save and restore base_yylval and base_yylloc
Tom Lane
2007-01-06
tag configure
REL8_2_1
PostgreSQL Daemon
2007-01-05
Minor copy-editing for release note updates.
Tom Lane
2007-01-05
Update Japanese FAQ.
Bruce Momjian
2007-01-05
Stamp release 8.2.1. Update FAQs.
Bruce Momjian
2007-01-05
Create release notes for release 8.2.1.
Bruce Momjian
2007-01-05
Add missing reference to pg_shdescription. Greg Mullane
Tom Lane
2007-01-04
Tweak pg_dumpall to add GRANT CONNECT ON DATABASE ... TO PUBLIC when dumping
Tom Lane
2007-01-04
Fix erroneous implementation of -s in postmaster.c (the switch doesn't take
Tom Lane
2007-01-03
Fix regex_fixed_prefix() to cope reasonably well with regex patterns of the
Tom Lane
2006-12-28
Add a defense to prevent core dumps if 8.2 version of rank_cd() is used with
Tom Lane
2006-12-28
Revert exports.list change pending closer study.
Tom Lane
2006-12-27
Use a more backward-compatible syntax for exports.list on Linux.
Tom Lane
2006-12-27
Modify local buffer management to request memory for local buffers in blocks
Tom Lane
[next]