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
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
2011-03-04
Refactor seclabel.c to use the new check_object_ownership function.
Robert Haas
2011-03-04
Don't allow CREATE TABLE AS to create a column with invalid collation
Peter Eisentraut
2011-03-04
Allow non-superusers to create (some) extensions.
Tom Lane
2011-03-04
When creating a collation, check that the locales can be loaded
Peter Eisentraut
2011-03-04
In initialize_SSL, don't fail unnecessarily when home dir is unavailable.
Tom Lane
2011-03-04
You must hold a lock on the heap page when you call
Heikki Linnakangas
2011-03-04
Add a comment explaining the recent fix for plpython breakage in commit 4c966d9.
Andrew Dunstan
2011-03-03
Further refine patch for commenting operator implementation functions.
Tom Lane
2011-03-03
Run a portal's cleanup hook immediately when pushing it to DONE state.
Tom Lane
2011-03-03
Added new version of ecpg's parser generator script. This one was written by
Michael Meskes
2011-03-03
Add tab-completion for table name after JOIN.
Heikki Linnakangas
2011-03-03
Mark operator implementation functions as such in their comments.
Tom Lane
2011-03-02
Add collations to information_schema.usage_privileges
Peter Eisentraut
2011-03-01
Fix plpython breakage detected on certain Fedora machines on buildfarm.
Andrew Dunstan
2011-03-01
Additional PL/Python regression test expected file
Peter Eisentraut
2011-03-01
Change pg_last_xlog_receive_location() not to move backwards. That makes
Heikki Linnakangas
2011-03-01
Fix bugs in Serializable Snapshot Isolation.
Heikki Linnakangas
2011-03-01
Dump the COLLATABLE attribute in CREATE TYPE
Peter Eisentraut
2011-03-01
Include the target table in EXPLAIN output for ModifyTable nodes.
Tom Lane
2011-03-01
Avoid excessive Hot Standby feedback messages.
Robert Haas
2011-03-01
Rearrange snapshot handling to make rule expansion more consistent.
Tom Lane
2011-03-01
Unbreak vpath builds broken by commit 474a42473adf9b18417242f1fc0691a857ec578b.
Andrew Dunstan
2011-02-28
Rename pg_stat_replication.apply_location to replay_location.
Robert Haas
2011-02-28
Fix regression tests after PL/Python custom SPI exceptions patch
Peter Eisentraut
2011-02-28
PL/Python custom SPI exceptions
Peter Eisentraut
2011-02-27
PL/Python explicit subtransactions
Peter Eisentraut
2011-02-27
Remove remaining expected file for Python 2.2
Peter Eisentraut
2011-02-27
Refactor the executor's API to support data-modifying CTEs better.
Tom Lane
2011-02-27
Be less detailed about reporting shared memory failure by avoiding the
Bruce Momjian
2011-02-27
Fix verbose display of REPLICATION role attribute
Magnus Hagander
2011-02-26
Increase the default for wal_sender_delay from 200ms to 1s. Now that WAL
Heikki Linnakangas
2011-02-26
Table function support for PL/Python
Peter Eisentraut
2011-02-26
Fix order of shutdown processing when CTEs contain inter-references.
Tom Lane
2011-02-25
Support data-modifying commands (INSERT/UPDATE/DELETE) in WITH.
Tom Lane
2011-02-25
Named restore point improvements.
Robert Haas
2011-02-24
More psql tab-completion for new commands.
Itagaki Takahiro
2011-02-24
Add tab-completion for CREATE UNLOGGED TABLE in psql,
Itagaki Takahiro
2011-02-23
Make the second words lowercase in psql's \d titles for unlogged tables.
Itagaki Takahiro
2011-02-23
Add a relkind field to RangeTblEntry to avoid some syscache lookups.
Tom Lane
2011-02-22
Add PL/Python functions for quoting strings
Peter Eisentraut
2011-02-22
Fix a couple of unlogged tables goofs.
Robert Haas
2011-02-22
Allow binary I/O of type "void".
Tom Lane
2011-02-22
Remove ExecRemoveJunk(), which is no longer used anywhere.
Tom Lane
2011-02-22
Fix dangling-pointer problem in before-row update trigger processing.
Tom Lane
2011-02-21
Fix pg_server_to_client, that was broken in the previous commit.
Itagaki Takahiro
2011-02-21
Add ENCODING option to COPY TO/FROM and file_fdw.
Itagaki Takahiro
2011-02-20
Add contrib/file_fdw foreign-data wrapper for reading files via COPY.
Tom Lane
2011-02-20
Implement an API to let foreign-data wrappers actually be functional.
Tom Lane
2011-02-19
Invalidate PL/Python functions with composite type argument when the
Peter Eisentraut
2011-02-19
Initialize variable to quiet compiler.
Bruce Momjian
[next]