index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
common
Commit message (
Expand
)
Author
Age
*
Add a materialized view relations.
Kevin Grittner
2013-03-03
*
Improve concurrency of foreign key locking
Alvaro Herrera
2013-01-23
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Split tuple struct defs from htup.h to htup_details.h
Alvaro Herrera
2012-08-30
*
Split resowner.h
Alvaro Herrera
2012-08-28
*
Improve reporting of permission errors for array types
Peter Eisentraut
2012-06-15
*
Remove RELKIND_UNCATALOGED.
Robert Haas
2012-06-14
*
Another trivial comment-typo fix.
Tom Lane
2012-04-25
*
Update outdated comment. HeapTupleHeader.t_natts field doesn't exist anymore.
Heikki Linnakangas
2012-03-09
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Add a security_barrier option for views.
Robert Haas
2011-12-22
*
Add support for privileges on types
Peter Eisentraut
2011-12-20
*
Add SP-GiST (space-partitioned GiST) index access method.
Tom Lane
2011-12-17
*
Buffering GiST index build algorithm.
Heikki Linnakangas
2011-09-08
*
Clean up the #include mess a little.
Tom Lane
2011-09-04
*
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-09-01
*
Change the way string relopts are allocated.
Heikki Linnakangas
2011-08-09
*
Allow per-column foreign data wrapper options.
Robert Haas
2011-08-05
*
Enable CHECK constraints to be declared NOT VALID
Alvaro Herrera
2011-06-30
*
Make a code-cleanup pass over the collations patch.
Tom Lane
2011-04-22
*
Pass collations to functions in FunctionCallInfoData, not FmgrInfo.
Tom Lane
2011-04-12
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
*
Clean up cruft around collation initialization for tupdescs and scankeys.
Tom Lane
2011-03-26
*
Remove collation information from TypeName, where it does not belong.
Tom Lane
2011-03-09
*
Per-column collation support
Peter Eisentraut
2011-02-08
*
Basic foreign table support.
Robert Haas
2011-01-01
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Refactor typenameTypeId()
Peter Eisentraut
2010-10-25
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Ensure default-only storage parameters for TOAST relations
Itagaki Takahiro
2010-06-07
*
Add missing reset of need_initialization in reloptions code.
Tom Lane
2010-03-11
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
*
Wrap calls to SearchSysCache and related functions using macros.
Robert Haas
2010-02-14
*
Replace ALTER TABLE ... SET STATISTICS DISTINCT with a more general mechanism.
Robert Haas
2010-01-22
*
Remove partial, broken support for NULL pointers when fetching attributes.
Robert Haas
2010-01-10
*
Support ALTER TABLESPACE name SET/RESET ( tablespace_options ).
Robert Haas
2010-01-05
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
*
Support "x IS NOT NULL" clauses as indexscan conditions. This turns out
Tom Lane
2010-01-01
*
Redefine Datum as uintptr_t, instead of unsigned long.
Tom Lane
2009-12-31
*
Code review for LIKE INCLUDING patch --- clean up some cosmetic and not
Tom Lane
2009-10-13
*
CREATE LIKE INCLUDING COMMENTS and STORAGE, and INCLUDING ALL shortcut. Itaga...
Andrew Dunstan
2009-10-12
*
Fix handling of autovacuum reloptions.
Alvaro Herrera
2009-08-27
*
Department of marginal improvements: teach tupconvert.c to avoid doing a
Tom Lane
2009-08-17
*
Improve plpgsql's ability to cope with rowtypes containing dropped columns,
Tom Lane
2009-08-06
*
Add ALTER TABLE ... ALTER COLUMN ... SET STATISTICS DISTINCT
Tom Lane
2009-08-02
*
Improve unique-constraint-violation error messages to include the exact
Tom Lane
2009-08-01
*
Make backend header files C++ safe
Peter Eisentraut
2009-07-16
*
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-11
*
Use more-portable coding for the check on handing out the last available
Tom Lane
2009-05-24
*
Remove the recently added node types ReloptElem and OptionDefElem in favor
Tom Lane
2009-04-04
[next]